a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
8 lines
177 B
C#
8 lines
177 B
C#
// CS0619: `ObsoleteStruct' is obsolete: `Obsolete struct'
|
|
// Line: 7
|
|
// Compiler options: -reference:CS0619-8-lib.dll
|
|
|
|
interface I
|
|
{
|
|
int Foo (int arg1, ObsoleteStruct arg2);
|
|
} |