Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs0138.cs
index 8264e8dbf297cf66fce084e0393766a264e6447c..b0d36314517d3fe52663f3411568c85501d5b6be 100644 (file)
@@ -1,6 +1,5 @@
-// CS0138: `System.Console' is a type not a namespace. A using namespace directive can only be applied to namespaces
+// CS0138: A `using' directive can only be applied to namespaces but `System.Console' denotes a type. Consider using a `using static' instead
 // Line: 5
-// Compiler options: -langversion:5
 
 using System;
 using System.Console;