summaryrefslogtreecommitdiff
path: root/test/files/neg/t4098.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t4098.check')
-rw-r--r--test/files/neg/t4098.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t4098.check b/test/files/neg/t4098.check
index 7d69cf151c..232c082ec9 100644
--- a/test/files/neg/t4098.check
+++ b/test/files/neg/t4098.check
@@ -1,5 +1,5 @@
t4098.scala:3: error: forward reference not allowed from self constructor invocation
- this(b)
+ this(b)
^
t4098.scala:8: error: forward reference not allowed from self constructor invocation
this(b)