quote only work on lambda on net_4_0
[mcs.git] / errors / cs0594.cs
blob6d7a16e83539976fc848a0d42194090445e6a37a
1 // cs0594.cs: Floating-point constant is outside the range of type `decimal'
2 // Line: 6
4 class X {
5 public static void Main() {
6 decimal d = 12311111111111111111111111111111111111111111111111m;