[wasm] Implement GC support. Embedder must provide main loop pumping function request...
[mono.git] / mcs / errors / cs0023-5.cs
index b513b4877d5fe86fd6757676153c3638a00c7ec8..befe1415938398495e0a10ca7257dc08a5702c22 100644 (file)
@@ -1,10 +1,10 @@
-// CS0023: The `.' operator cannot be applied to operand of type `null'\r
-// Line: 8\r
-\r
-class C\r
-{\r
-       public static void Main ()\r
-       {\r
-               string s = null.ToString ();\r
-       }\r
+// CS0023: The `.' operator cannot be applied to operand of type `null'
+// Line: 8
+
+class C
+{
+       public static void Main ()
+       {
+               string s = null.ToString ();
+       }
 }
\ No newline at end of file