This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / errors / cs0547-2.cs
1 // cs0547.cs: 'Property' : property or indexer cannot have void type// Line: 5
2 interface Interface {
3         void Property { get; }
4 }
5
6
7