# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #71706]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=71706 >


This be Rakudo 77bf8c.

$ perl6 -e 'class A { class A::B {} }; A::B.new'
Null PMC access in find_method('new')

Note that the above code shouldn't work in the first place. (The inner
class should be registered as 'A::A::B', not 'A::B'.) But neither
should it throw a Null PMC access when trying to initialize a
nonexistent class.

Reply via email to