Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 2, 2019 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/82ac6a78b63800cbab65b8c8cb91fc57 to your computer and use it in GitHub Desktop.
Save Whateverable/82ac6a78b63800cbab65b8c8cb91fc57 to your computer and use it in GitHub Desktop.
evalable6
class A { method a { say callframe(1).perl }; }; class B { method a { A.a } }; B.a
CallFrame.new(annotations => {:file("/tmp/dH86KGRNcl"), :line("1")}, my => {"\$!" => Nil, "\$*DISPATCHER" => Perl6::Metamodel::MethodDispatcher, "\$/" => Nil, "\$¢" => Nil, "\%_" => Rakudo::Internals::LoweredAwayLexical, :self(Rakudo::Internals::LoweredAwayLexical)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment