2005-01-26 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
[mono.git] / mcs / errors / cs0524.cs
index c19367335a5135177d1b779b447e764ca5a3ac7c..07d9b280ca66aa5f25811ac3eda670aa7272c64a 100644 (file)
@@ -1,10 +1,7 @@
-// cs0524.cs: 'Struct' : interfaces cannot declare types\r
-// Line: 5\r
-\r
-interface Interface {\r
-        public struct Struct {\r
-        }\r
-}\r
-\r
-\r
-\r
+// cs0524.cs: 'Struct' : interfaces cannot declare types
+// Line: 5
+
+interface Interface {
+        public struct Struct {
+        }
+}