Community
Participate
Working Groups
These statements don't produce correct IR XML code. a5 int[] {1, 2, 3} = [4, 5, 6]; a5 int[]? {1, 2, 3} = [4, 5, 6];
I have added validation in DefaultBinder to prevent the use of positional properties and other initializers in a setttings block for fields that have an initializer defined
This defect was fixed at least 2 months ago, so I am closing.