summaryrefslogtreecommitdiff
path: root/test/files/pos/tcpoly_method.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/tcpoly_method.scala')
-rw-r--r--test/files/pos/tcpoly_method.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/tcpoly_method.scala b/test/files/pos/tcpoly_method.scala
index 34dde904c3..294b53b915 100644
--- a/test/files/pos/tcpoly_method.scala
+++ b/test/files/pos/tcpoly_method.scala
@@ -3,4 +3,4 @@ trait Iterable[m[+x], +t] {
def foo[a[x]] = "a"
val x = foo[List]
-} \ No newline at end of file
+}