[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1021-4.cs
blob75c2ff70360b893cb84e362e1227c0be3348e070
1 // CS1021: Integral constant is too large
2 // Line: 6
4 class X {
5 public static void Main() {
6 int h = 0b11111111111111111111111111111111111111111111111111111111111111111;