Display error messages instead of stack traces.
[mcs.git] / errors / cs0547.cs
bloba494f9c8b8d700fcc919c09966142394ce8783c6
1 // cs0547.cs: 'Value' : property or indexer cannot have void type
2 // Line: 5
4 class PropertyClass {
5 public void Value { get {} }