Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 24, 2018 18:10
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/8fe7ee5d922e4e0a855628b20bbded3e to your computer and use it in GitHub Desktop.
Save Whateverable/8fe7ee5d922e4e0a855628b20bbded3e to your computer and use it in GitHub Desktop.
evalable6
class A { method test () { "Good".say; } } my %h = (); my A $obj; $obj = %h; $obj.test;
(exit code 1)
===SORRY!=== Error while compiling /tmp/jOwTo55HES
Strange text after block (missing semicolon or comma?)
at /tmp/jOwTo55HES:1
------> ass A { method test () { "Good".say; } }⏏ my %h = (); my A $obj; $obj = %h; $obj.
expecting any of:
infix
infix stopper
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