2007-10-19 Nagappan A <anagappan@novell.com>
[mono.git] / mcs / errors / cs0649.cs
old mode 100755 (executable)
new mode 100644 (file)
index 1642edd..ad4337c
@@ -1,5 +1,7 @@
-// cs0649.cs: Field `X.s' is never assigned to, and will always have its default value null
+// cs0649.cs: Field `X.s' is never assigned to, and will always have its default value `null'
 // Line: 4
+// Compiler options: -warnaserror -warn:4
+
 class X {
        string s;