cleol
[mcs.git] / errors / cs0548-3.cs
blobf96cbf2c97c78e36ebfda237f73e4101e425e2eb
1 // cs0548-3.cs: `PropertyInterface.this[long]': property or indexer must have at least one accessor
2 // Line: 5
4 interface PropertyInterface {
5 int this [long l] {}