diff --git a/src/core.c/Attribute.pm6 b/src/core.c/Attribute.pm6 index 241ad8e9a2d..2b04eb9b1aa 100644 --- a/src/core.c/Attribute.pm6 +++ b/src/core.c/Attribute.pm6 @@ -18,7 +18,7 @@ my class Attribute { # declared in BOOTSTRAP # has $!required; # has Mu $!container_initializer; # has Attribute $!original; - # has Attribute $!composed; + # has int $!composed; method compose(Mu $package, :$compiler_services) { return if $!composed;