From 204bbed5a8dc6f324b1a6b904434f09cb49e6aa6 Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 17 Jun 2008 20:28:46 +0000 Subject: [PATCH] fix error revealed by allowing mixed syntaxes --- tests/java5/reflection/AtAspectJDeclareParents.aj | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.39.5