Created
April 8, 2017 03:43
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
say 'a' x 1000000000 ~ 'b' ~~ /abcde/; say now - INIT now; and then also try say 'a' x 1000000000 ~ 'b' ~~ /a/; say now - INIT no |
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/NfX2Ny1ToV | |
No valid trait found after also | |
at /tmp/NfX2Ny1ToV:1 | |
------> bcde/; say now - INIT now; and then also⏏ try say 'a' x 1000000000 ~ 'b' ~~ /a/; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment