On Wed Oct 19 14:18:03 2016, FROGGS.de wrote:
> $ perl6 -e 'my $!a'
> Use of uninitialized value of type Any in string context.
> Methods .^name, .perl, .gist, or .say can be used to stringify it to 
> something meaningful.
>    in any throw at src/Perl6/World.nqp line 4037
> ===SORRY!=== Error while compiling -e
> Cannot use ! twigil on 'my' variable
> at -e:1
> ------> my $!a⏏<EOL>
>      expecting any of:
>          constraint
> 

Fixed, and test added in S32-exceptions/misc.t.

Reply via email to