-
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
method reference causes Null PMC #1991
Comments
From @gfldexuse v6; class A { my $a = A.new(); sub foo($o, $m){ foo($a, $method_ref); -- butterfly |
@coke - Status changed from 'new' to 'open' |
From @cokeOn Sat Jul 31 14:20:52 2010, wenzel.peppmeyer@gmx.de wrote:
This no longer generates an NPA: Method 'postcircumfix:<( )>' not found for invocant of class 'Parcel' -- |
From @cokeOn Mon Oct 03 11:48:33 2011, coke wrote:
... And is therefore (still) closable with tests. -- |
From @moritzNow tested here: commit 03d12d694ada66d45ca04e26ac089035b8d0f72b RT #76882: calling methods with sub call syntax outside the class S12-introspection/can.t | 12 +++++++++++- |
@moritz - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#76882 (status was 'resolved')
Searchable as RT76882$
The text was updated successfully, but these errors were encountered: