diff options
author | jhugunin <jhugunin> | 2002-12-30 20:30:11 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2002-12-30 20:30:11 +0000 |
commit | 2a76e2727ab817e2e7af3676511a87c08809de97 (patch) | |
tree | b4229cd492bdfbd2e45241938cd78f3329ad7e5a /org.aspectj.ajdt.core | |
parent | 8bc24339ac5a28c60f53f9f178635e66d8729800 (diff) | |
download | aspectj-2a76e2727ab817e2e7af3676511a87c08809de97.tar.gz aspectj-2a76e2727ab817e2e7af3676511a87c08809de97.zip |
not allowed on aspects
Diffstat (limited to 'org.aspectj.ajdt.core')
-rw-r--r-- | org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeConstructorDeclaration.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeConstructorDeclaration.java b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeConstructorDeclaration.java index 31ce89eef..02970de2d 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeConstructorDeclaration.java +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeConstructorDeclaration.java @@ -211,6 +211,7 @@ public class InterTypeConstructorDeclaration extends InterTypeDeclaration { NewConstructorTypeMunger myMunger = new NewConstructorTypeMunger(signature, syntheticInterMember, null, null); setMunger(myMunger); + myMunger.check(world); this.selector = binding.selector = NameMangler.postIntroducedConstructor( |