[msvc] Update csproj files
[mono.git] / mcs / errors / cs0524-3.cs
index 835a33f8f80985cad818766ee7a4be46f4aca75b..73de70bd0140951f9ed2bb142855c518445a4890 100644 (file)
@@ -1,7 +1,9 @@
-// cs0524.cs: 'E' : interfaces cannot declare types// Line: 5
+// CS0524: Interfaces cannot declare classes, structs, interfaces, delegates, or enumerations
+// Line: 4
+
 interface Interface {
         enum E {
             White,
             Black
         }
-}
\ No newline at end of file
+}