Skip to content

Commit

Permalink
Default to unconstrained, not Any, for attribvutes in order to be con…
Browse files Browse the repository at this point in the history
…sistent with variables.
  • Loading branch information
jnthn committed Jun 12, 2010
1 parent c19f148 commit 57ec550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Compiler/Package.pm
Expand Up @@ -183,7 +183,7 @@ method finish($block) {
}
else {
$attr.push(PAST::Var.new(
:name('Any'), :namespace([]), :scope('package'), :named('type')
:name('Mu'), :namespace([]), :scope('package'), :named('type')
));
}
$decl.push(PAST::Op.new(
Expand Down

0 comments on commit 57ec550

Please sign in to comment.