aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/hklub0.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/hklub0.scala')
-rw-r--r--tests/pending/pos/hklub0.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/pending/pos/hklub0.scala b/tests/pending/pos/hklub0.scala
deleted file mode 100644
index 36cd46332..000000000
--- a/tests/pending/pos/hklub0.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-object Test {
- val a : scala.collection.generic.GenericCompanion[scala.collection.immutable.Seq] = null
- val b : scala.collection.generic.GenericCompanion[scala.collection.mutable.Seq] = null
- List(a, b) // immutable.this.List.apply[scala.collection.generic.GenericCompanion[Seq]](Test.this.a, Test.this.b)
-}