summaryrefslogtreecommitdiff
path: root/test/neg/bug191.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg/bug191.check')
-rw-r--r--test/neg/bug191.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/neg/bug191.check b/test/neg/bug191.check
new file mode 100644
index 0000000000..34666fdcd6
--- /dev/null
+++ b/test/neg/bug191.check
@@ -0,0 +1,6 @@
+bug191.scala:11: type mismatch;
+ found : B.this.C
+ required: B.this.C
+ foo(new C);
+ ^
+one error found