summaryrefslogtreecommitdiff
path: root/test/files/neg/ticket513.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/ticket513.scala')
-rw-r--r--test/files/neg/ticket513.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/ticket513.scala b/test/files/neg/ticket513.scala
index e8510558b0..5aecc7a05f 100644
--- a/test/files/neg/ticket513.scala
+++ b/test/files/neg/ticket513.scala
@@ -3,4 +3,4 @@ class NotThatBound
trait T[A <: Bound]
trait Wrap[X]
-object Wrong extends Wrap[T[NotThatBound]] \ No newline at end of file
+object Wrong extends Wrap[T[NotThatBound]]