Created
August 19, 2024 10:57
-
-
Save Whateverable/2850c869c3272537a47aaa6ca051efb3 to your computer and use it in GitHub Desktop.
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
role Thingy { submethod TWEAK { say 'yo' } } class A is Thingy { submethod TWEAK { say 'ho' } } my $a = A.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/oKcA20KISj | |
Strange text after block (missing semicolon or comma?) | |
at /tmp/oKcA20KISj:1 | |
------> Thingy { submethod TWEAK { say 'yo' } }⏏ class A is Thingy { submethod TWEAK { s | |
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