diff options
author | aclement <aclement> | 2006-01-09 11:31:40 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-01-09 11:31:40 +0000 |
commit | 3cadffc3529d94894dfa955497edcfae257c95a6 (patch) | |
tree | 57f8df3a9ce07e6cdfcffc3a44eb1e82dce62018 /ajdoc/testdata/pr119453/src | |
parent | 06c7f82ea977dc9c03b249f9c65289555496c925 (diff) | |
download | aspectj-3cadffc3529d94894dfa955497edcfae257c95a6.tar.gz aspectj-3cadffc3529d94894dfa955497edcfae257c95a6.zip |
fix from comment #14 on bug 119453 to do with incorrect results for decp statements. (from helen)
Diffstat (limited to 'ajdoc/testdata/pr119453/src')
-rw-r--r-- | ajdoc/testdata/pr119453/src/pack/A.aj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ajdoc/testdata/pr119453/src/pack/A.aj b/ajdoc/testdata/pr119453/src/pack/A.aj index 2a4a61a9d..21517b07f 100644 --- a/ajdoc/testdata/pr119453/src/pack/A.aj +++ b/ajdoc/testdata/pr119453/src/pack/A.aj @@ -4,6 +4,8 @@ public aspect A { private int C.y = 3; + declare warning : execution(* C.method()) : "warning.."; + /** * blah */ |