2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0548.cs
blobacd88588e41f118ea859f6a1d1b0d07d24ee7076
1 // CS0548: `PropertyClass.Value': property or indexer must have at least one accessor
2 // Line: 5
4 class PropertyClass {
5 public int Value {