* Project.cs (DoLoad): If a VS2003 project is detected, then throw
[mcs.git] / errors / cs0531-2.cs
blobb8249eb8c2d6a88999d5ce36be604edf9d387f67
1 // cs0531-2.cs: `Interface.P.get': interface members cannot have a definition
2 // Line:
4 public interface Interface {
5 int P { get {} }