[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs1717-5.cs
index b96d8eced2ff517d054ed00aae4e6999e6359a6d..afb64cb303a10e50641aea18eb08036c8e6e19c3 100644 (file)
@@ -1,11 +1,11 @@
-// cs1717-5.cs: Assignment made to same variable; did you mean to assign something else?
+// CS1717: Assignment made to same variable; did you mean to assign something else?
 // Line: 9
 // Compiler options: -warnaserror -warn:3
 
 class A
 {
        public A ()
-       {\r
+       {
                int a = a = 5;
        }
 }
\ No newline at end of file