Reporter | Ilya Kozhevnikov (kozhevnikov) |
---|---|
Created | Jan 12, 2012 9:09:01 PM |
Updated | Mar 21, 2012 7:29:29 PM |
Priority | Major |
Type | Bug |
Fix versions | 7.0 |
State | Submitted |
Assignee | Alexey Kuptsov (alexey.kuptsov) |
Subsystem | No subsystem |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
After both rewrite suggestions Nullable<Int32>[] foo = new Nullable<Int32>[0] is transformed into int? foo = new int?[0] which, of course, fails.