2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0133-5.cs
blobda896bb471ec982c41087601f3ea592fb152ce0b
1 // cs0133-5.cs: The expression being assigned to `T.i' must be constant
2 // Line: 12
4 class T
6 const decimal[] i = new decimal [] { 2m };