[arm64] Add the full neon regs to the context
[mono.git] / mcs / errors / cs0548-3.cs
1 // CS0548: `PropertyInterface.this[long]': property or indexer must have at least one accessor
2 // Line: 5
3
4 interface PropertyInterface {     
5         int this [long l] {}
6 }
7