2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0134-4.cs
blob9f1bdef8046fa86a69fb94d20b0dbac0f84deb47
1 // CS0134: A constant `T.i' of reference type `decimal[]' can only be initialized with null
2 // Line: 12
4 class T
6 const decimal[] i = new decimal [] { 2m };