summaryrefslogtreecommitdiff
path: root/test/files/neg/t5452.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-02-15 12:14:43 -0800
committerPaul Phillips <paulp@improving.org>2012-02-15 12:20:59 -0800
commit9655fafbc89b650b92f239aa7f69df7a16e3542b (patch)
treeeac4bd29981bf2cc2a09dfc8a56a5b080c612b54 /test/files/neg/t5452.check
parenta29173afd1e1b4d840a2badaa36ac97f60225044 (diff)
downloadscala-9655fafbc89b650b92f239aa7f69df7a16e3542b.tar.gz
scala-9655fafbc89b650b92f239aa7f69df7a16e3542b.tar.bz2
scala-9655fafbc89b650b92f239aa7f69df7a16e3542b.zip
Revert "Make fix for SI-5452 not break other things."
This reverts commit a725bf982c06e16c5d533ea6b2227b726db4f7e4.
Diffstat (limited to 'test/files/neg/t5452.check')
-rw-r--r--test/files/neg/t5452.check4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/files/neg/t5452.check b/test/files/neg/t5452.check
index 2f35a45509..baf544499b 100644
--- a/test/files/neg/t5452.check
+++ b/test/files/neg/t5452.check
@@ -1,7 +1,5 @@
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) )
^