Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Suggested change by jnthn
  • Loading branch information
lizmat committed May 28, 2013
1 parent 88dae22 commit 6973abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Hash.pm
Expand Up @@ -185,7 +185,7 @@ my class Hash {
nqp::unbox_s($key_which),
bindval)
}
method exists(::?CLASS:D: Mu \key) {
method exists(TKey \key) {
nqp::defined($!keys)
?? nqp::p6bool(nqp::existskey($!keys, nqp::unbox_s(key.WHICH)))
!! False
Expand Down

0 comments on commit 6973abb

Please sign in to comment.