summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-02-14 06:16:09 -0800
committerPaul Phillips <paulp@improving.org>2012-02-14 06:18:19 -0800
commita725bf982c06e16c5d533ea6b2227b726db4f7e4 (patch)
tree9348691a431d3b3a370e36db455a15da4e7a687f /test/files/neg
parentbd988df6448bfeacf8fa6bf35b21881d3073a547 (diff)
downloadscala-a725bf982c06e16c5d533ea6b2227b726db4f7e4.tar.gz
scala-a725bf982c06e16c5d533ea6b2227b726db4f7e4.tar.bz2
scala-a725bf982c06e16c5d533ea6b2227b726db4f7e4.zip
Make fix for SI-5452 not break other things.
If this looks hacky, that's because it is.
Diffstat (limited to 'test/files/neg')
-rw-r--r--test/files/neg/t5452.check4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/files/neg/t5452.check b/test/files/neg/t5452.check
index baf544499b..2f35a45509 100644
--- a/test/files/neg/t5452.check
+++ b/test/files/neg/t5452.check
@@ -1,5 +1,7 @@
t5452.scala:28: error: overloaded method value apply with alternatives:
-
+ ()Queryable[CoffeesTable] <and>
+ (t: Tree)(implicit evidence$2: Manifest[CoffeesTable])Nothing <and>
+ (implicit evidence$1: Manifest[CoffeesTable])Nothing
cannot be applied to (Queryable[CoffeesTable])
Queryable[CoffeesTable]( q.treeFilter(null) )
^