From: aclement Date: Tue, 17 Jun 2008 20:28:46 +0000 (+0000) Subject: fix error revealed by allowing mixed syntaxes X-Git-Tag: V1_6_1rc1~36 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=204bbed5a8dc6f324b1a6b904434f09cb49e6aa6;p=aspectj.git fix error revealed by allowing mixed syntaxes --- 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; }