summaryrefslogtreecommitdiff
path: root/test/files/neg/wellkinded_bounds.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/wellkinded_bounds.scala')
-rw-r--r--test/files/neg/wellkinded_bounds.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/wellkinded_bounds.scala b/test/files/neg/wellkinded_bounds.scala
index 7b80ce1cf7..cfa5e74c11 100644
--- a/test/files/neg/wellkinded_bounds.scala
+++ b/test/files/neg/wellkinded_bounds.scala
@@ -1,3 +1,3 @@
// test well-kindedness checks -- syntax error
class WellKindedWrongSyntax[s <: List] { // must be s[x] <: List[x]
-} \ No newline at end of file
+}