roast icon indicating copy to clipboard operation
roast copied to clipboard

"method ^foo" is not tested

Open JJ opened this issue 6 years ago • 3 comments

Either here or in Rakudo. Now that it's really starting to be used, it would need a test.

JJ avatar Jun 16 '19 08:06 JJ

@JJ do you mean something like:

class Foo {
    method ^foo { }
}
Foo.new.^foo;

vrurg avatar Nov 26 '19 20:11 vrurg

I guess so...

JJ avatar Nov 27 '19 06:11 JJ

I have somewhat hastily brewed PR for roast. Comments are welcome.

vrurg avatar Sep 03 '21 02:09 vrurg