2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0547-2.cs
blobb547a5562f86214a365d8309a6204f8c33c6dd5a
1 // cs0547-2.cs: `Value': property or indexer cannot have void type
2 // Line: 5
4 interface PropertyInterface {
5 void Value { get; }