diff options
Diffstat (limited to 'tests/new/MultiAndAround.out')
-rw-r--r-- | tests/new/MultiAndAround.out | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/new/MultiAndAround.out b/tests/new/MultiAndAround.out new file mode 100644 index 000000000..40898a0cc --- /dev/null +++ b/tests/new/MultiAndAround.out @@ -0,0 +1,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
|