[Mono-bugs] [Bug 696207] Crazy static object graph crashes gmcs
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu May 26 00:54:22 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=696207
https://bugzilla.novell.com/show_bug.cgi?id=696207#c2
--- Comment #2 from Aaron Bockover <aaron.bockover+novell at gmail.com> 2011-05-26 04:54:21 UTC ---
Okay, so it looks to be an issue with inferring the type for the array when the
values are null:
new [] { null } : yields a real compiler error "Error CS0826: The type of an
implicitly typed array cannot be inferred from the initializer. Try specifying
array type explicitly"
new [] { null, null } : yields the crash
--
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