art/test/967-default-ame/expected-stdout.txt

19 lines
505 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:21:32 +08:00
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