Skip to content

Commit

Permalink
Bring Hash.keyof up to date, dogbert17++
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 27, 2016
1 parent d2f6e6a commit 1b13351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Hash.pm
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ my class Hash { # declared in BOOTSTRAP
nqp::isnull($!descriptor) ?? Nil !! $!descriptor.name
}
method keyof() {
Any
Str(Any)
}
method of() {
nqp::isnull($!descriptor) ?? Mu !! $!descriptor.of
Expand Down

0 comments on commit 1b13351

Please sign in to comment.