diff options
Diffstat (limited to 'tests/multiIncremental/AdviceHandles/base/src/Handles.aj')
-rw-r--r-- | tests/multiIncremental/AdviceHandles/base/src/Handles.aj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/multiIncremental/AdviceHandles/base/src/Handles.aj b/tests/multiIncremental/AdviceHandles/base/src/Handles.aj index f92a314be..195f59fb0 100644 --- a/tests/multiIncremental/AdviceHandles/base/src/Handles.aj +++ b/tests/multiIncremental/AdviceHandles/base/src/Handles.aj @@ -62,11 +62,15 @@ void b(String x) { new Condition() {}; // l62 new Condition() {}; // l63 } +void c(String x) { + new Condition() {}; // l66 + new Fondue() {}; // l67 +} } -class Condition {} +class Condition {} class Fondue {} aspect Foo { // Line 71: 247742: c4 after(String x) returning(String y) : within(NotExisting*) { } //src<p*Foo.aj[Foo*&afterReturning&QString; |