2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / 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 {} }