Do not remap framework assembly if it's version is higher than the runtime version
[mono.git] / mcs / tests / test-decl-expr-02.cs
index c2fb886cfdfb6e121d7eeb487c2c1c34e1c3d35a..1c2ce76072838cb2c7adef53527300ca28707907 100644 (file)
@@ -1,6 +1,6 @@
 // Compiler options: -langversion:experimental
 
-using System.Console;
+using static System.Console;
 
 public class DeclarationExpressions
 {