New tests.
[mono.git] / mcs / errors / cs0138.cs
index ea95cd91e11991d4a92294031d9a693c7859e01d..382a4e670c8bb79378c54e43b984db15432ea145 100644 (file)
@@ -1,5 +1,4 @@
-// cs0138.cs: Using keyword only let you specify a namespace,
-//           Console is a class not a namespace.
+// CS0138: `System.Console' is a type not a namespace. A using namespace directive can only be applied to namespaces
 // Line: 5
 
 using System;