summaryrefslogtreecommitdiff
path: root/test/files/neg/t4460b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t4460b.check')
-rw-r--r--test/files/neg/t4460b.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t4460b.check b/test/files/neg/t4460b.check
new file mode 100644
index 0000000000..f0e703fd10
--- /dev/null
+++ b/test/files/neg/t4460b.check
@@ -0,0 +1,4 @@
+t4460b.scala:7: error: called constructor's definition must precede calling constructor's definition
+ def this() = this() // was binding to Predef.<init> !!
+ ^
+one error found