aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/reflection/AtAspectJDeclareParents.aj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/java5/reflection/AtAspectJDeclareParents.aj')
-rw-r--r--tests/java5/reflection/AtAspectJDeclareParents.aj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/java5/reflection/AtAspectJDeclareParents.aj b/tests/java5/reflection/AtAspectJDeclareParents.aj
index fddf12a56..c44982aae 100644
--- a/tests/java5/reflection/AtAspectJDeclareParents.aj
+++ b/tests/java5/reflection/AtAspectJDeclareParents.aj
@@ -19,6 +19,8 @@ interface I{
class Impl implements I {
+ public Impl() {}
+
private int x;
public int getX() { return this.x; }