aboutsummaryrefslogtreecommitdiffstats
path: root/tests/new/MultiAndAround.out
blob: 40898a0cc0b93ec5e279bfd948b38e3a26fdbf2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
**************************************
around call(IBase.*)
around call(IBase+.*)
IBase.base1 from Intro
around call(IBase.*)
around call(IBase+.*)
around execution(Base+.*)
Base.base2
around call(IBase.*)
around call(IBase+.*)
IBase.base3 from Intro
**************************************
around call(IBase.*)
around call(IBase+.*)
IDerived.base1 from Intro
around call(IBase.*)
around call(IBase+.*)
IDerived.base2 from Intro
around call(IBase.*)
around call(IBase+.*)
Derived.base3
**************************************
around call(IBase.*)
around call(IBase+.*)
IBase.base1 from Intro
around call(IBase.*)
around call(IBase+.*)
around execution(Base+.*)
Base.base2
around call(IBase.*)
around call(IBase+.*)
around execution(Base+.*)
SubBase.base3