# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #61352]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61352 >


The following doesn't parse in Rakudo r33860:

$ perl6 -e 'class A { method x { say "OH HAI" } }; my $c = class is A {}; $c.x'
Statement not terminated properly at line 1, near "{}; $c.x"
[...]

I don't know if this is specced, but it seems kind of natural and
possibly useful.

Reply via email to