aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr111481.aj
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-11-03 17:09:45 +0000
committeracolyer <acolyer>2005-11-03 17:09:45 +0000
commit9025e8b4185cf965d51e64b1ed0aba7e43d33842 (patch)
treeee5d7d16f1ea95c5bcf8dea3f7eff00626335aaa /tests/bugs150/pr111481.aj
parent38084566dbf9d17cbe375f7fdfa14a821e3d7311 (diff)
downloadaspectj-9025e8b4185cf965d51e64b1ed0aba7e43d33842.tar.gz
aspectj-9025e8b4185cf965d51e64b1ed0aba7e43d33842.zip
tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning.
Diffstat (limited to 'tests/bugs150/pr111481.aj')
-rw-r--r--tests/bugs150/pr111481.aj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bugs150/pr111481.aj b/tests/bugs150/pr111481.aj
index e764b4e4f..6c3020b70 100644
--- a/tests/bugs150/pr111481.aj
+++ b/tests/bugs150/pr111481.aj
@@ -8,6 +8,7 @@ public class pr111481 {
}
aspect A {
public pr111481.new(Object... names) {
+ this();
System.out.println(names[0]);
}