Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 12, 2019 07:35
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/9a1ddb6536c31d20173c0187290ee1f6 to your computer and use it in GitHub Desktop.
Save Whateverable/9a1ddb6536c31d20173c0187290ee1f6 to your computer and use it in GitHub Desktop.
evalable6
class Foo{ method bar {} ); say &(Foo.bar)
(exit code 1)
===SORRY!=== Error while compiling /tmp/i21aKo0FAn
Missing block
at /tmp/i21aKo0FAn:1
------> class Foo{ method bar {} ⏏); say &(Foo.bar)
expecting any of:
postfix
statement end
statement modifier
statement modifier loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment