summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1106.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug1106.scala')
-rw-r--r--test/files/neg/bug1106.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug1106.scala b/test/files/neg/bug1106.scala
index 36b5a0ec8f..a218eee7a1 100644
--- a/test/files/neg/bug1106.scala
+++ b/test/files/neg/bug1106.scala
@@ -2,4 +2,4 @@ class Par[S]
val p = new Par[String]
class Foo[T[x]<:Par[x]](t: T[String])
-new Foo[p.type](p) // crashes compiler \ No newline at end of file
+new Foo[p.type](p) // crashes compiler