"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs0548-3.cs
blob487db35c72db58f08b38e5f1c17daa36d1da83cc
1 // CS0548: `PropertyInterface.this[long]': property or indexer must have at least one accessor
2 // Line: 5
4 interface PropertyInterface {
5 int this [long l] {}