summaryrefslogtreecommitdiff
path: root/test/files/neg/t4515.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t4515.check')
-rw-r--r--test/files/neg/t4515.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t4515.check b/test/files/neg/t4515.check
new file mode 100644
index 0000000000..ce5350b35f
--- /dev/null
+++ b/test/files/neg/t4515.check
@@ -0,0 +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) where type +(some other)_0(in value $anonfun)
+ handler.onEvent(target, ctx.getEvent, node, ctx)
+ ^
+one error found