2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0547.cs
blob43d37f4da4d3b8c95e8f6c6db26776eb894ef5c8
1 // CS0547: `PropertyClass.Value': property or indexer cannot have void type
2 // Line: 5
4 class PropertyClass {
5 public void Value { get {} }