[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0229-4.cs
blob65a761935112c2da8f7a16a0631c8a1a11bf2f13
1 // CS0229: Ambiguity between `TestLib.FOO()' and `TestLib.FOO'
2 // Line: 9
3 // Compiler options: -r:CS0229-4-lib.dll
5 public class Test
7 public static void Main()
9 System.Console.WriteLine(TestLib.FOO);