In .:
[mono.git] / mcs / errors / cs0524-2.cs
index e89d15578b21765809bb611622353854a0b1372f..53abc1f53adba6e4654dcc2dd6ff84a7f3d6c591 100644 (file)
@@ -1,4 +1,6 @@
-// cs0524.cs: 'I' : interfaces cannot declare types// Line: 5
+// cs0524-2.cs: `Interface.I': Interfaces cannot declare classes, structs, interfaces, delegates, enumerations or constants
+// Line: 5
+
 interface Interface {
         interface I {}
 }
\ No newline at end of file