[Mono-bugs] [Bug 696207] Crazy static object graph crashes gmcs

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu May 26 00:56:23 EDT 2011


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+novell at 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.


More information about the mono-bugs mailing list