[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0619-9.cs
blobd135a3f14f90bc35a8e84dd152514ec9a3ddddf3
1 // CS0619: `ObsoleteInterface' is obsolete: `'
2 // Line: 11
4 using System;
6 [Obsolete("", true)]
7 interface ObsoleteInterface
11 delegate ObsoleteInterface @delegate ();