[mcs] C# 7 tuple (foundation only).
[mono.git] / mcs / errors / cs0591.cs
index 58abf1007cbf4b3f6caa27a4ce0db103d1cc732d..6ffbe846b0f59517a4abf63508b47b71cdf672c4 100644 (file)
@@ -1,10 +1,10 @@
-// cs0591.cs: Invalid value for argument to 'System.AttributeUsage' attribute\r
-// Line: 4\r
-\r
-[System.AttributeUsage(0)]\r
-class ClassMain {\r
-    \r
-        public static void Main () {\r
-        }\r
-}\r
-\r
+// CS0591: Invalid value for argument to `System.AttributeUsageAttribute' attribute
+// Line: 4
+
+[System.AttributeUsage(0)]
+class ClassMain {
+    
+        public static void Main () {
+        }
+}
+