summaryrefslogtreecommitdiff
path: root/test/files/neg/t6795.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6795.scala')
-rw-r--r--test/files/neg/t6795.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t6795.scala b/test/files/neg/t6795.scala
index a93be5bc7f..a523c89c82 100644
--- a/test/files/neg/t6795.scala
+++ b/test/files/neg/t6795.scala
@@ -1,3 +1,3 @@
trait T { type U }
// "abstract override" shouldn't be allowed on types
-trait T1 extends T { abstract override type U = Int } \ No newline at end of file
+trait T1 extends T { abstract override type U = Int }