[Mono-bugs] [Bug 479532] Null field with object initializer

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 25 09:12:25 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=479532

User stapostol at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=479532#c1





--- Comment #1 from Stephen A <stapostol at gmail.com>  2009-02-25 07:12:25 MST ---
In my description, the line:

var foo = new Foo() { new int[] { 1, 2, 3 } }.Data;

should have been:

var foo = new Foo() { new int[] { 1, 2, 3 } };

It's correct in Test.cs, however.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list