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

https://bugzilla.novell.com/show_bug.cgi?id=696207#c3


--- Comment #3 from Aaron Bockover <aaron.bockover+nov...@gmail.com> 2011-05-26 
04:56:22 UTC ---
Also, new object [] { null, null } works as expected. I'm not sure what the
expected behavior for the implicit typing is. On one hand I can see that a
single null element in the implicit definition would yield CS0826, but multiple
nulls should imply object[] as the array's type. On the other hand, maybe new
[] { null...} should always be CS0826, regardless of how many null elements.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to