Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 2eb5cd1e7a974422b10cb664515bed7de40877ed
https://github.com/perl6/specs/commit/2eb5cd1e7a974422b10cb664515bed7de40877ed
Author: Zoffix Znet
Date: 2017-06-30 (Fri, 30 Jun 2017)
Changed paths:
M v6d.po
# New Ticket Created by Lloyd Fournier
# Please include the string: [perl #131681]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131681 >
sub foo( %h ( :$foo = "bar", :$baz) ) {
%h;
}
note foo( { :baz } ); #-> {baz => Tr