summaryrefslogtreecommitdiff
path: root/test/files/neg/tcpoly_bounds.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/tcpoly_bounds.scala')
-rw-r--r--test/files/neg/tcpoly_bounds.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/tcpoly_bounds.scala b/test/files/neg/tcpoly_bounds.scala
index ae1f410fac..b444c59b3e 100644
--- a/test/files/neg/tcpoly_bounds.scala
+++ b/test/files/neg/tcpoly_bounds.scala
@@ -1,3 +1,3 @@
class A[m[x] <: Option[x]]
object a extends A[Some]
-object b extends A[List] \ No newline at end of file
+object b extends A[List]