summaryrefslogtreecommitdiff
path: root/test/files/neg/t3873.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2010-09-27 13:27:35 +0000
committerAdriaan Moors <adriaan.moors@epfl.ch>2010-09-27 13:27:35 +0000
commitb40f4ba3221f1091f4821423f18c157907e9a3c7 (patch)
tree3cc32dc30da1f640bfc7df01a78f2e679803087d /test/files/neg/t3873.check
parent9522f08f413305c949008e161984fd3900094e3f (diff)
downloadscala-b40f4ba3221f1091f4821423f18c157907e9a3c7.tar.gz
scala-b40f4ba3221f1091f4821423f18c157907e9a3c7.tar.bz2
scala-b40f4ba3221f1091f4821423f18c157907e9a3c7.zip
closes #3873.
review by maier as no good deed goes unpunished
Diffstat (limited to 'test/files/neg/t3873.check')
-rw-r--r--test/files/neg/t3873.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t3873.check b/test/files/neg/t3873.check
new file mode 100644
index 0000000000..54d6abdf63
--- /dev/null
+++ b/test/files/neg/t3873.check
@@ -0,0 +1,6 @@
+t3873.scala:11: error: type mismatch;
+ found : Test.a.B
+ required: a.B
+ wrongf(new A)(a.b) // should not compile -- TODO: improve error message? the "a" is ambiguous
+ ^
+one error found