summaryrefslogtreecommitdiff
path: root/test/files/pos/imp2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/imp2.scala')
-rwxr-xr-xtest/files/pos/imp2.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/pos/imp2.scala b/test/files/pos/imp2.scala
new file mode 100755
index 0000000000..5460c60015
--- /dev/null
+++ b/test/files/pos/imp2.scala
@@ -0,0 +1,5 @@
+object Test {
+ import collection.mutable._
+ import collection.mutable._
+ val x = new HashMap
+}