2006-03-05 Senganal T <tsenganal@novell.com>
[mono.git] / mcs / errors / cs0665.cs
index 817daeead6ae5a98df6683a1a2d315e3d287d645..6b42211b8411a469d1e33af600d5f7ade2cc7f43 100644 (file)
@@ -1,6 +1,7 @@
 // cs0665.cs : Assignment in conditional expression is always constant; did you mean to use == instead of = ?
+// Line: 10
 // Compiler options: /warnaserror
-// Line: 9
+
 class Test
 {
        public void Foo (bool x)