[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0132.cs
blob9d4140cd86fff709746204687ae2b7c4cff7faca
1 // CS0132: `X.X(int)': The static constructor must be parameterless
2 // Line: 4
3 class X {
4 static X (int x)