summaryrefslogtreecommitdiff
path: root/test/pending/neg/bug112506A.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/neg/bug112506A.scala')
-rw-r--r--test/pending/neg/bug112506A.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pending/neg/bug112506A.scala b/test/pending/neg/bug112506A.scala
index a833c6afad..5dffb5ebe6 100644
--- a/test/pending/neg/bug112506A.scala
+++ b/test/pending/neg/bug112506A.scala
@@ -1,5 +1,5 @@
package test;
-import scala.collection.immutable._;
+import scala.collection.immutable.ListSet
import scala.collection.mutable._;
trait TypeManagerXXX {
trait TypedNode;