2006-03-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / errors / cs0665-2.cs
index ed8b375424b47fba5cd97b28b346209edd15d9c6..4b93edad1eb7f36de12d2b46eb23115e30b42b95 100644 (file)
@@ -1,6 +1,7 @@
 // cs0665-2.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 bool Foo (bool x)