8b9b85e7f5
Former-commit-id: 172c8e3c300b39d5785c7a3e8dfb08ebdbc1a99b
7 lines
101 B
C#
7 lines
101 B
C#
// CS0531: `I.P': interface members cannot have a definition
|
|
// Line: 6
|
|
|
|
interface I
|
|
{
|
|
int P => 1;
|
|
} |