[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0712.cs
blob5da2e1958a8652e4e613efc8206eb1ed7e689861
1 // CS0712: Cannot create an instance of the static class `StaticClass'
2 // Line: 10
4 static class StaticClass {
7 public class MainClass {
8 public static void Main ()
10 new StaticClass ();