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


<masak> rakudo: for <a b c>.kv { .say }
<p6eval> rakudo 7ef386: 0␤a␤1␤b␤2␤c␤
<masak> rakudo: class List is also { method d { for self.kv { .say } }
}; <a b c>.d
<p6eval> rakudo 7ef386: 0a␤1b␤2c␤
* masak submits rakudobug

I'd expect those two lines of code to yield the same results. Either
my expectations are wrong, or Rakudo is.

Reply via email to