summaryrefslogtreecommitdiff
path: root/test/files/pos/tcpoly_higherorder_bound_method.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/tcpoly_higherorder_bound_method.scala')
-rw-r--r--test/files/pos/tcpoly_higherorder_bound_method.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/tcpoly_higherorder_bound_method.scala b/test/files/pos/tcpoly_higherorder_bound_method.scala
index 090bb8fcf3..3905b3b96d 100644
--- a/test/files/pos/tcpoly_higherorder_bound_method.scala
+++ b/test/files/pos/tcpoly_higherorder_bound_method.scala
@@ -1,3 +1,3 @@
trait SkolemisationOfHigherOrderBoundInMethod {
def method[A, N[X <: A], M[X <: N[A]]]: Unit
-}
+}