summaryrefslogtreecommitdiff
path: root/test/files/pos/imports-pos.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/imports-pos.scala')
-rw-r--r--test/files/pos/imports-pos.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/imports-pos.scala b/test/files/pos/imports-pos.scala
index f6a55e5e07..5f70a5d2da 100644
--- a/test/files/pos/imports-pos.scala
+++ b/test/files/pos/imports-pos.scala
@@ -7,10 +7,10 @@ object test {
val foo = 1;
- p("hello"); print("world"); S.out.println("!");
+ p("hello"); print("world"); S.out.println("!");
S.out.flush();
}
object test1 {
import test._;
foo
-}
+}