Merge pull request #3549 from lewurm/arm64-icache-big-little-fix
[mono.git] / mcs / errors / cs1547-3.cs
index 4067318ce55031647bdd66c7e0512c407c055dd0..883734a8528744532801a6460e7daa38d06015ba 100644 (file)
@@ -1,7 +1,7 @@
-// CS1547.cs: Keyword `void' cannot be used in this context
+// CS1547: Keyword `void' cannot be used in this context
 // Line: 6
 
-class C {\r
+class C {
        const string s = "3";
        public object o = (void)s;
 }
\ No newline at end of file