2007-03-09 Chris Toshok <toshok@ximian.com>
[mcs.git] / errors / cs0526.cs
blob08c59d1a34f654e665fb3f68df18a18cc74f8d72
1 // cs0526.cs: Interfaces cannot contain constructors
2 // Line: 5
4 public interface Interface {
5 public Interface ()