summaryrefslogtreecommitdiff
path: root/test/files/neg/t8777.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t8777.check')
-rw-r--r--test/files/neg/t8777.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t8777.check b/test/files/neg/t8777.check
new file mode 100644
index 0000000000..cd05f1ec11
--- /dev/null
+++ b/test/files/neg/t8777.check
@@ -0,0 +1,6 @@
+t8777.scala:3: error: type mismatch;
+ found : Foo.this.TreePrinter(in trait Printers)
+ required: Foo.this.TreePrinter(in trait Printers)
+ super.newCodePrinter(out, tree, printRootPkg)
+ ^
+one error found