From df50e05006b43b007c2587549030d24b5c154398 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Fri, 16 Dec 2005 18:29:42 +0000 Subject: 'test-nsc' has been moved to 'test'. --- test-nsc/files/pos/imports.scala | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 test-nsc/files/pos/imports.scala (limited to 'test-nsc/files/pos/imports.scala') diff --git a/test-nsc/files/pos/imports.scala b/test-nsc/files/pos/imports.scala deleted file mode 100644 index 65ea090436..0000000000 --- a/test-nsc/files/pos/imports.scala +++ /dev/null @@ -1,16 +0,0 @@ -package test; - -import java.lang.{System => S} - -object test { - import S.out.{print => p, println => print} - - val foo = 1; - - p("hello"); print("world"); S.out.println("!"); - S.out.flush(); -} -object test1 { - import test._; - foo -} \ No newline at end of file -- cgit v1.2.3