Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 29, 2018 22:04
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/410b5792dc38d662f5de82b547da2a61 to your computer and use it in GitHub Desktop.
Save Whateverable/410b5792dc38d662f5de82b547da2a61 to your computer and use it in GitHub Desktop.
evalable6
class A::B::C {}; my $abc = A::B::C.new; $abc.^WHAT.say
(exit code 1)
===SORRY!=== Error while compiling /tmp/nZDO0LFmHt
Cannot use .^ on a non-identifier method call
at /tmp/nZDO0LFmHt:1
------> :C {}; my $abc = A::B::C.new; $abc.^WHAT⏏.say
expecting any of:
method arguments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment