# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73680] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73680 >
<bbkr> rakudo: grammar CSV { has Str $.sep }; say CSV.new(sep => ",").sep <p6eval> rakudo 0bb373: OUTPUT«Any()» <bbkr> hmm, why "Any()" ? <masak> bbkr: it's the new 'undef' <jnthn> masak: Yes, but shoulda been Str. <masak> o.O <jnthn> erm, shoulda been "," actually <jnthn> masak: Typed attribute. * masak submits rakudobug <masak> rakudo: class A { has Str $.b }; say A.new().b.WHAT <p6eval> rakudo 0bb373: OUTPUT«Any()»