Skip to content

Commit

Permalink
Oops, didn't mean to commit Parameter rw trait commented out.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jun 13, 2011
1 parent 54141c8 commit e3273a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/traits.pm
Expand Up @@ -11,9 +11,9 @@ multi trait_mod:<is>(Attribute:D $attr, :$rw!) {
multi trait_mod:<is>(Routine:D $r, :$rw!) {
}

#multi trait_mod:<is>(Parameter:D $param, :$rw!) {
# $param.set_rw();
#}
multi trait_mod:<is>(Parameter:D $param, :$rw!) {
$param.set_rw();
}
multi trait_mod:<is>(Parameter:D $param, :$copy!) {
$param.set_copy();
}
Expand Down

0 comments on commit e3273a5

Please sign in to comment.