2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0150-3.cs
blob7cedc859713d314672c0ea04949a1018ce373873
1 // CS0150: A constant value is expected
2 // Line: 8
4 public class C
6 void Test ()
8 var zCoords = new double[uint.MaxValue] { 0 };