summaryrefslogtreecommitdiff
path: root/test/967-default-ame/expected-stdout.txt
blob: cbd4ad32eb009aba74e10bec7c193a779ad2f4b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Create Main instance
Calling functions on concrete Main
Calling non-abstract function on Main
CHARGE
Calling abstract function on Main
Expected AME Thrown on Main
Calling non-abstract function on Main
CHARGE
Calling functions on interface Iface
Calling non-abstract function on Iface
CHARGE
Calling abstract function on Iface
Expected AME Thrown on Iface
Calling non-abstract function on Iface
CHARGE
Calling functions on interface Iface2
Calling abstract function on Iface2
Expected AME Thrown on Iface2