summaryrefslogtreecommitdiff
path: root/test/files/neg/t783.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t783.check')
-rw-r--r--test/files/neg/t783.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t783.check b/test/files/neg/t783.check
new file mode 100644
index 0000000000..37610a50ff
--- /dev/null
+++ b/test/files/neg/t783.check
@@ -0,0 +1,6 @@
+t783.scala:12: error: type mismatch;
+ found : Contexts.this.Global#Template
+ required: Contexts.this.global.Template
+ globalInit0.Template(10, 20);
+ ^
+one error found