Created
May 2, 2019 21:12
evalable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class A { }; class B { multi method new { self := self.bless; }; }; B.new |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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