(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0524-5.cs
blob525d0e6e87ce38ac04c440a96a6844d02cfba654
1 // cs0524.cs: 'D' : interfaces cannot declare types
2 // Line: 5
4 interface Interface {
5 delegate void D ();