[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0594.cs
blob8b60fc75e59d802348a6ebac2903f57b8f151bc4
1 // CS0594: 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;