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


<jnthn> nom: enum Foo < a b >; class A { }; say A but Foo::a
<p6eval> nom e1a62b: OUTPUT«(signal SEGV)»
<jnthn> shit.
<jnthn> nom: enum Foo < a b >; class A { }; say A.new but Foo::a
<p6eval> nom e1a62b: OUTPUT«A+{<anon>}.new()␤»
<jnthn> nom: enum Foo < a b >; class A { }; say (A.new but Foo::a).Foo
<p6eval> nom e1a62b: OUTPUT«Foo::a␤»
<jnthn> grr, musta forgot the "no, you can't mix in to a type object"
detection somewhere
* masak submits rakudobug

Reply via email to