8 lines
177 B
C#
Raw Normal View History

// CS0619: `ObsoleteStruct' is obsolete: `Obsolete struct'
// Line: 7
// Compiler options: -reference:CS0619-8-lib.dll
interface I
{
int Foo (int arg1, ObsoleteStruct arg2);
}