# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #61104]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61104 >
This should work, according to S12:
$ perl6 -e 'class A { method x(Int $a) { say "Int" }; method y(Str $a)
{ say "Str" }; method z { my @candidates = &x, &y;
[EMAIL PROTECTED]("foo"); [EMAIL PROTECTED](5) } }; A.new.z'
invoke() not implemented in class 'ResizablePMCArray'
[...]
Segmentation fault