6 lines
139 B
C#
6 lines
139 B
C#
|
// CS0531: `Interface.P.get': interface members cannot have a definition
|
||
|
// Line:
|
||
|
|
||
|
public interface Interface {
|
||
|
int P { get {} }
|
||
|
}
|