roast icon indicating copy to clipboard operation
roast copied to clipboard

STORE on custom classes is not tested

Open AlexDaniel opened this issue 7 years ago • 0 comments

class Foo { method STORE($new) { say 42 } }; Foo.new = 50 #456 OUTPUT: «42␤»

https://colabti.org/irclogger/irclogger_log/perl6-dev?date=2019-01-09#l217

AlexDaniel avatar Jan 09 '19 15:01 AlexDaniel