summaryrefslogtreecommitdiff
path: root/test/files/pos/tcpoly_bounds1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/tcpoly_bounds1.scala')
-rw-r--r--test/files/pos/tcpoly_bounds1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/tcpoly_bounds1.scala b/test/files/pos/tcpoly_bounds1.scala
index d74d3c975b..5874cc664d 100644
--- a/test/files/pos/tcpoly_bounds1.scala
+++ b/test/files/pos/tcpoly_bounds1.scala
@@ -11,4 +11,4 @@ trait ListMonad[a] extends Monad[List, Any, a]
trait MyOrdered[a]
trait MySet[x <: MyOrdered[x]]
-trait SetMonad[a <: MyOrdered[a]] extends Monad[MySet, MyOrdered, a] \ No newline at end of file
+trait SetMonad[a <: MyOrdered[a]] extends Monad[MySet, MyOrdered, a]