This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / errors / cs0594.cs
1 //\r
2 // cs0594: Floating-point constant is outside the range for type 'decimal|double|float'\r
3 \r
4 class X {\r
5         public static void Main() {\r
6                 decimal d = 12311111111111111111111111111111111111111111111111m;\r
7         }\r
8 }\r