aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t4515.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t4515.check')
-rw-r--r--tests/untried/neg/t4515.check16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/untried/neg/t4515.check b/tests/untried/neg/t4515.check
new file mode 100644
index 000000000..708fcfbd2
--- /dev/null
+++ b/tests/untried/neg/t4515.check
@@ -0,0 +1,16 @@
+t4515.scala:37: error: type mismatch;
+ found : _$1 where type _$1
+ required: _$2
+ handler.onEvent(target, ctx.getEvent, node, ctx)
+ ^
+t4515.scala:37: error: type mismatch;
+ found : Main.DerivedPushNode[_$1] where type _$1
+ required: Main.PushNode[_$2]
+ handler.onEvent(target, ctx.getEvent, node, ctx)
+ ^
+t4515.scala:37: error: type mismatch;
+ found : Main.PushEventContext[_$1] where type _$1
+ required: Main.PushEventContext[_$2]
+ handler.onEvent(target, ctx.getEvent, node, ctx)
+ ^
+three errors found