Remove superflous call to CalcTabRows
[mono.git] / mcs / errors / cs0531-2.cs
1 // cs0531.cs: 'Interface.P.get' : interface members cannot have a definition// Line: 5
2 public interface Interface {        int P { get {} }}