Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Make foo[] and foo{} consistent"
We will need to revisit that for a future release.
  • Loading branch information
lizmat committed Dec 18, 2014
1 parent e84b99a commit 1b0e064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/hash_slice.pm
Expand Up @@ -104,7 +104,7 @@ multi sub postcircumfix:<{ }>(\SELF, Whatever, :$p!, *%other) is rw {

# %h{}
multi sub postcircumfix:<{ }>( \SELF ) is rw {
SELF.list;
SELF;
}
multi sub postcircumfix:<{ }>(\SELF, :$BIND!) is rw {
X::Bind::ZenSlice.new(type => SELF.WHAT).throw;
Expand Down

0 comments on commit 1b0e064

Please sign in to comment.