# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #72836]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=72836 >
<diakopter> rakudo: class Boo { method new() { } }; say Boo.new
<p6eval> rakudo 70667a: OUTPUT«Null PMC access in type() [...]
<masak> rakudo: class Boo {}; say Boo.new
<p6eval> rakudo 70667a: ( no output )
* masak submits rakuodbug
<masak> rakudo: class Boo { method foo() { } }; say Boo.foo
<p6eval> rakudo 70667a: OUTPUT«Null PMC access in type() [...]