summaryrefslogtreecommitdiff
path: root/test/files/pos/tcpoly_typeapp.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/tcpoly_typeapp.scala')
-rw-r--r--test/files/pos/tcpoly_typeapp.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/pos/tcpoly_typeapp.scala b/test/files/pos/tcpoly_typeapp.scala
new file mode 100644
index 0000000000..7fb4dca72e
--- /dev/null
+++ b/test/files/pos/tcpoly_typeapp.scala
@@ -0,0 +1,4 @@
+abstract class x {
+ type t[m[x] <: Bound[x], Bound[x]]
+ val x: t[scala.collection.mutable.MutableList, Iterable]
+} \ No newline at end of file