Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 12, 2019 22:38
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/b7527037be11132d63f988dfcc73ef2d to your computer and use it in GitHub Desktop.
Save Whateverable/b7527037be11132d63f988dfcc73ef2d to your computer and use it in GitHub Desktop.
evalable6
package AA { method do-a is export { say 'Hi, A!' }; }; class A { method a { do-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/in2cNrAbyR:1
------> package AA { method⏏ do-a is export { say 'Hi, A!' }; }; cla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment