summaryrefslogtreecommitdiff
path: root/test/files/neg/t3873.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3873.scala')
-rw-r--r--test/files/neg/t3873.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t3873.scala b/test/files/neg/t3873.scala
index e7815f0937..b27b4e9c9d 100644
--- a/test/files/neg/t3873.scala
+++ b/test/files/neg/t3873.scala
@@ -8,5 +8,5 @@ object Test {
val a = new A
wrongf(a)(a.b)
- wrongf(new A)(a.b) // should not compile -- TODO: improve error message? the "a" is ambiguous
+ wrongf(new A)(a.b) // should not compile
} \ No newline at end of file