Skip to content

Commit

Permalink
Merge pull request #2679 from vrurg/issue_2613
Browse files Browse the repository at this point in the history
Issue 2613
  • Loading branch information
jnthn committed Feb 8, 2019
2 parents 1ff9b14 + b3eb382 commit 0e4a10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/RoleContainer.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ role Perl6::Metamodel::RoleContainer {
has @!roles_to_compose;

method add_role($obj, $role) {
@!roles_to_compose[+@!roles_to_compose] := $role
@!roles_to_compose[+@!roles_to_compose] := nqp::decont($role)
}

method roles_to_compose($obj) {
Expand Down

0 comments on commit 0e4a10d

Please sign in to comment.