Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 12, 2019 22:37
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/11b8e12154edfb5d779beada69065726 to your computer and use it in GitHub Desktop.
Save Whateverable/11b8e12154edfb5d779beada69065726 to your computer and use it in GitHub Desktop.
evalable6
class A { method a { do-a }; }; package AA { method do-a is export { say 'Hi, A!' }; }; A.a;
(exit code 1)
===SORRY!===
Undeclared routine:
do-a used at line 1
Other potential difficulties:
Useless declaration of a has-scoped method in package (did you mean 'my method do-a'?)
at /tmp/NUMfwLnFCT:1
------> ethod a { do-a }; }; package AA { method⏏ do-a is export { say 'Hi, A!' }; }; A.a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment