[msvc] Update csproj files
[mono.git] / mcs / errors / cs0633-4.cs
index 8524d4b84a55f3a9da8301d0f81661e85dec1854..a38a6bbe17103c3b2173e491187f7dddbbb059a6 100644 (file)
@@ -1,12 +1,12 @@
-// CS0633: The argument to the `System.Runtime.CompilerServices.IndexerNameAttribute' attribute must be a valid identifier\r
-// Line: 8\r
-\r
-using System.Runtime.CompilerServices;\r
-\r
-public class C\r
-{\r
-       [IndexerName ("class")]\r
-       public string this [int i] {\r
-               set { }\r
-       }\r
-}\r
+// CS0633: The argument to the `System.Runtime.CompilerServices.IndexerNameAttribute' attribute must be a valid identifier
+// Line: 8
+
+using System.Runtime.CompilerServices;
+
+public class C
+{
+       [IndexerName ("class")]
+       public string this [int i] {
+               set { }
+       }
+}