[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0619-8.cs
blob133df0f404aa882fd1185deba3b04a88f113b9f1
1 // CS0619: `ObsoleteStruct' is obsolete: `Obsolete struct'
2 // Line: 7
3 // Compiler options: -reference:CS0619-8-lib.dll
5 interface I
7 int Foo (int arg1, ObsoleteStruct arg2);