2006-10-27 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / tests / test-55.cs
old mode 100755 (executable)
new mode 100644 (file)
index eeb28d3..4b47a4d
@@ -24,6 +24,17 @@ namespace X {
        }
 }
 
+namespace Foo {
+
+  // Trick: this class is called System.  but we are going to use the using alias to
+  // reference the real system.
+  class System {
+       static void X() {
+         System2.Console.WriteLine("FOO");
+       }
+  }
+}
+
 class App {
        public static int Main () {
                A.B.C.Hola ();