summaryrefslogtreecommitdiff
path: root/test/files/neg/t0503.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t0503.scala')
-rw-r--r--test/files/neg/t0503.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t0503.scala b/test/files/neg/t0503.scala
index a9b5dcb1dd..322e1ad132 100644
--- a/test/files/neg/t0503.scala
+++ b/test/files/neg/t0503.scala
@@ -1,3 +1,3 @@
val x = new { } with { }
-trait A
+trait A
val y = new { } with A