1 2 3 4 5 6 7
// CS0548: `PropertyInterface.this[long]': property or indexer must have at least one accessor // Line: 5 interface PropertyInterface { int this [long l] {} }