summaryrefslogtreecommitdiff
path: root/test/neg/bug191.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2003-10-08 18:54:24 +0000
committerMartin Odersky <odersky@gmail.com>2003-10-08 18:54:24 +0000
commit9c45685549a490f73dbd9d9ce0ec5189a75c6453 (patch)
tree70d1893b420b79c4b5dd03d68a7dcb4cd68ce32f /test/neg/bug191.check
parent8ee55188d8c59c69924fb0a914adf645dc682fdf (diff)
downloadscala-9c45685549a490f73dbd9d9ce0ec5189a75c6453.tar.gz
scala-9c45685549a490f73dbd9d9ce0ec5189a75c6453.tar.bz2
scala-9c45685549a490f73dbd9d9ce0ec5189a75c6453.zip
*** empty log message ***
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