(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0524-2.cs
blobe89d15578b21765809bb611622353854a0b1372f
1 // cs0524.cs: 'I' : interfaces cannot declare types// Line: 5
2 interface Interface {
3 interface I {}