(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0526.cs
blob08c59d1a34f654e665fb3f68df18a18cc74f8d72
1 // cs0526.cs: Interfaces cannot contain constructors
2 // Line: 5
4 public interface Interface {
5 public Interface ()