summaryrefslogtreecommitdiff
path: root/test/files/pos/hklub0.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/hklub0.scala')
-rw-r--r--test/files/pos/hklub0.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/pos/hklub0.scala b/test/files/pos/hklub0.scala
new file mode 100644
index 0000000000..8f68aab4ea
--- /dev/null
+++ b/test/files/pos/hklub0.scala
@@ -0,0 +1,5 @@
+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)
+} \ No newline at end of file