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.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/tcpoly_typeapp.scala b/test/files/pos/tcpoly_typeapp.scala
index 7fb4dca72e..4cb1da4f74 100644
--- a/test/files/pos/tcpoly_typeapp.scala
+++ b/test/files/pos/tcpoly_typeapp.scala
@@ -1,4 +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
+}