In .:
[mono.git] / mcs / errors / cs0524-2.cs
index 83666517ac19475de6d6adf3280657c7a45365e3..53abc1f53adba6e4654dcc2dd6ff84a7f3d6c591 100644 (file)
@@ -1,4 +1,6 @@
 // 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