2004-02-03 Marek Safar <marek.safar@seznam.cz>
[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