2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0134-3.cs
blob351c14a9fe5af49157376a6708a05a6430ae867e
1 // CS0134: A constant `C.b' of reference type `bool[]' can only be initialized with null
2 // Line: 6
4 class C
6 const bool [] b = { true };