summaryrefslogtreecommitdiff
path: root/test/pending/neg/bug452.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/neg/bug452.check')
-rw-r--r--test/pending/neg/bug452.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/pending/neg/bug452.check b/test/pending/neg/bug452.check
new file mode 100644
index 0000000000..de484ef44b
--- /dev/null
+++ b/test/pending/neg/bug452.check
@@ -0,0 +1,6 @@
+bug452.scala:3 error: type mismatch;
+ found : Test
+ required: Test.this.Foo
+ def this() = this(this);
+ ^
+one error found