blob: fad2c25979bfae4fca48d9c738a1dae67ce5f38e [file] [log] [blame]
Alex Light9139e002015-10-09 15:59:48 -07001Create Main instance
2Calling functions on concrete Main
3Calling non-conflicting function on Main
4CHARGE
5Calling conflicting function on Main
6Expected ICCE Thrown on Main
7Calling non-conflicting function on Main
8CHARGE
9Calling functions on interface Iface
10Calling non-conflicting function on Iface
11CHARGE
12Calling conflicting function on Iface
13Expected ICCE Thrown on Iface
14Calling non-conflicting function on Iface
15CHARGE
16Calling functions on interface Iface2
17Calling conflicting function on Iface2
18Expected ICCE Thrown on Iface2