Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs0103-4.cs
index 5fc0b5e46947703fc84a43dd60423d1616d2eb09..21ba3358db42f4e496cc1882726c6a94855cbf48 100644 (file)
@@ -1,6 +1,6 @@
-// cs0103-4.cs: The name `de' does not exist in the context of `global::'
+// CS0103: The name `de' does not exist in the current context
 // Line: 4
-\r
-[assembly: System.Reflection.AssemblyCulture(de)]\r
-public class Hello {\r
-}
\ No newline at end of file
+
+[assembly: System.Reflection.AssemblyCulture(de)]
+public class Hello {
+}