aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr111481.aj
diff options
context:
space:
mode:
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]);
}