[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0017.cs
blob084e38ee44f4e253432dd67ec9e92977a0847277
1 // CS0017: Program `cs0017.exe' has more than one entry point defined: `X.Main()'
2 // Line: 7
3 class X {
4 static void Main () {}
6 class Y {
7 static void Main () {