summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-04-16 04:28:17 +0100
committerPaul Phillips <paulp@improving.org>2012-04-16 04:28:17 +0100
commit686adb12981b81290145b5fbf7462a710eb83ad3 (patch)
treea7eca218df9c3d8851c2ad80a272fdfeb4565406 /test/files/neg
parent121c72403633debf2f18984d4c81793446177a65 (diff)
parent23ae258c37bd5de050ae9d8b4287dc8c309af8de (diff)
downloadscala-686adb12981b81290145b5fbf7462a710eb83ad3.tar.gz
scala-686adb12981b81290145b5fbf7462a710eb83ad3.tar.bz2
scala-686adb12981b81290145b5fbf7462a710eb83ad3.zip
Merge commit 'refs/pull/408/head'
Diffstat (limited to 'test/files/neg')
-rw-r--r--test/files/neg/t4515.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t4515.check b/test/files/neg/t4515.check
index a60d16295f..856d252a0f 100644
--- a/test/files/neg/t4515.check
+++ b/test/files/neg/t4515.check
@@ -1,6 +1,6 @@
t4515.scala:37: error: type mismatch;
- found : _0(in value $anonfun) where type _0(in value $anonfun)
- required: (some other)_0(in value $anonfun)
+ found : _0(in method apply) where type _0(in method apply)
+ required: (some other)_0(in method apply)
handler.onEvent(target, ctx.getEvent, node, ctx)
^
one error found