# New Ticket Created by  Zefram 
# Please include the string:  [perl #126889]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=126889 >


$ perl6 -e 'say $init-time-num; say CORE::<$init-time-num>'
1449983501.60682
Lexical with name '$init-time-num' has a different type in this frame
  in block <unit> at -e:1

It's the retrieval of the value from the symbol table that triggers
the error.  This is a hazard for introspective code.

-zefram

Reply via email to