-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xx sinks when it shouldn't #5368
Comments
From @lizmat<lizmat> m: class A { method sink() { print "sunk " } }; my @a = A.new xx 10 # looks like assigning it is sinking? |
From @zoffixznetLooks like this was fixed: <Zoffix> m: class A { method sink() { print "sunk " } }; my @a = A.new xx 10 |
The RT System itself - Status changed from 'new' to 'open' |
From @lizmat
Indeed, fixed with 0ef135a52207d376df3 Liz |
From @zoffixznetTests added: Raku/roast@6fd8bbb9c8 |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#128382 (status was 'resolved')
Searchable as RT128382$
The text was updated successfully, but these errors were encountered: