summaryrefslogtreecommitdiff
path: root/test/files/neg/anytrait.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/anytrait.check')
-rw-r--r--test/files/neg/anytrait.check5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/files/neg/anytrait.check b/test/files/neg/anytrait.check
index fabe74d379..6d9d681d60 100644
--- a/test/files/neg/anytrait.check
+++ b/test/files/neg/anytrait.check
@@ -4,4 +4,7 @@ anytrait.scala:3: error: field definition is not allowed in universal trait exte
anytrait.scala:5: error: this statement is not allowed in universal trait extending from class Any
{ x += 1 }
^
-two errors found
+anytrait.scala:9: error: field definition is not allowed in universal trait extending from class Any
+ val y: T
+ ^
+three errors found