[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs0547-2.cs
blob7dfa73a694bfd6562956b2d373491fc04f55f4a8
1 // CS0547: `PropertyInterface.Value': property or indexer cannot have void type
2 // Line: 5
4 interface PropertyInterface {
5 void Value { get; }