Merge branch 'alexischr/nursery-canaries-managed-alloc'
[mono.git] / mcs / errors / cs7007.cs
index a343757db8f9c684fca5f6404acde4b061443e3d..54a6d2c2cc233a291e19aadc62458556dc9482a6 100644 (file)
@@ -1,9 +1,4 @@
-// CS7007: `X' is not a static class. A using namespace directive can only be applied to static classes or namespace
-// Line: 5
-// Compiler options: -langversion:6
+// CS7007: A 'using static' directive can only be applied to types but `System' denotes a namespace. Consider using a `using' directive instead
+// Line: 4
 
-using X;
-
-class X
-{
-}
\ No newline at end of file
+using static System;