Bump mono-extensions to fix build break (#5677)
[mono.git] / mcs / tests / test-static-using-03.cs
index 870643f465aec04b6801746547225c8e3b6e22bd..c0b7ddb19ab7828672a1d1720d01e75e5b9f9b46 100644 (file)
@@ -1,7 +1,7 @@
 // Compiler options: -langversion:6
 
 using System;
-using A.B.X;
+using static A.B.X;
 
 namespace A.B
 {
@@ -27,7 +27,7 @@ namespace A.C
 
 namespace C
 {
-       using A.C.X;
+       using static A.C.X;
 
        class M
        {