2008-04-12 Everaldo Canuto <ecanuto@novell.com>
[mono.git] / mcs / errors / cs0548-2.cs
1 // cs0548-2.cs: `PropertyInterface.Value': property or indexer must have at least one accessor
2 // Line: 5
3
4 interface PropertyInterface {
5     int Value {}
6 }
7