[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0619-25.cs
blob334c2816f2ef849163845762d244b5b7356564ea
1 // CS0619: `A' is obsolete: `'
2 // Line: 9
4 [System.Obsolete ("", true)]
5 class A
9 class AA
11 public AA ()
13 foreach (A aa in new System.Collections.ArrayList ()) {
14 System.Console.WriteLine (aa);