]> source.dussan.org Git - aspectj.git/commitdiff
fix error revealed by allowing mixed syntaxes
authoraclement <aclement>
Tue, 17 Jun 2008 20:28:46 +0000 (20:28 +0000)
committeraclement <aclement>
Tue, 17 Jun 2008 20:28:46 +0000 (20:28 +0000)
tests/java5/reflection/AtAspectJDeclareParents.aj

index fddf12a56bd03dead5171c1bc20b9a41a8bb000e..c44982aae04f1fcd9a08a6e19d4c8e385d5a18db 100644 (file)
@@ -19,6 +19,8 @@ interface I{
 
 class Impl implements I {
        
+       public Impl() {}
+       
        private int x;
        
        public int getX() { return this.x; }