[msbuild] bump to xplat-master branch HEAD
[mono.git] / mcs / errors / cs0119-10.cs
index 5a14ccfb48368f5b7e25c2bc1ab421f66c1d854f..7d57947198d98b5d35a005594df5266f1fc7992f 100644 (file)
@@ -1,14 +1,10 @@
-// CS0119: Expression denotes a `type', where a `variable' or `value' was expected
-// Line: 12
+// CS0119: Expression denotes a `namespace', where a `variable', `value' or `method group' was expected
+// Line: 8
 
-class A
+class X
 {
-}
-
-class B
-{
-       public B ()
+       public static void Main ()
        {
-               A = 2;
+               System.Collections.Generic ("");
        }
-}
+}
\ No newline at end of file