summaryrefslogtreecommitdiff
path: root/test/files/neg/t3873.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3873.check')
-rw-r--r--test/files/neg/t3873.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t3873.check b/test/files/neg/t3873.check
index 54d6abdf63..f9f413aeaf 100644
--- a/test/files/neg/t3873.check
+++ b/test/files/neg/t3873.check
@@ -1,6 +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
+ required: a.B where val a: A
+ wrongf(new A)(a.b) // should not compile
^
one error found