1 2 3 4 5 6
// CS0531: `Interface.P.get': interface members cannot have a definition // Line: public interface Interface { int P { get {} } }