Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 2, 2019 21:12
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/7cb868b4265b2f2536b24468751101fe to your computer and use it in GitHub Desktop.
Save Whateverable/7cb868b4265b2f2536b24468751101fe to your computer and use it in GitHub Desktop.
evalable6
class A { }; class B { multi method new { self := self.bless; }; }; B.new
(exit code 1)
===SORRY!=== Error while compiling /tmp/JRBp3od4Jc
Cannot use bind operator with this left-hand side
at /tmp/JRBp3od4Jc:1
------> { multi method new { self := self.bless⏏; }; }; B.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment