2007-10-19 Nagappan A <anagappan@novell.com>
[mono.git] / mcs / errors / cs0649.cs
index 1642edd35bba2064024fdf7913a12f37ad31239d..ad4337cc62cb1b06f4fd9e10e7af882ef957b0b8 100644 (file)
@@ -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;