| Summary: | Improper IR XML code created on this array initializer statement | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Jeff Douglas <jeffdouglas> |
| Component: | EDT | Assignee: | Project Inbox <edt.compiler-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | pharmon |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
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. |
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];