summaryrefslogtreecommitdiff
path: root/test/files/neg/t4515.check
blob: 708fcfbd294f194ae42148c8e8f6ca87e5bd7aaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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