Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safearray
[mono.git] / mcs / errors / cs0121-25.cs
index 4461673c74bd966539f16f8d38b755b2f4dabd62..46ce81586e7d46313c828299baa5af94f25a4fe5 100644 (file)
@@ -1,8 +1,8 @@
 // CS0121: The call is ambiguous between the following methods or properties: `A.B.X.Test(int)' and `A.C.X.Test(int)'
 // Line: 31
 
-using A.B.X;
-using A.C.X;
+using static A.B.X;
+using static A.C.X;
 
 namespace A.B
 {