Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 23, 2016 19:35
Show Gist options
  • Save Whateverable/304125b6f17439878144906d2e3e8723 to your computer and use it in GitHub Desktop.
Save Whateverable/304125b6f17439878144906d2e3e8723 to your computer and use it in GitHub Desktop.
evalable
my \c = $(42); say c++;
|«HEAD»: Cannot resolve caller postfix:<++>(Int); none of these signatures match:
(Mu:D $a is rw)
(Mu:U $a is rw)
(Int:D $a is rw)
(int $a is rw)
(Bool:U $a is rw)
(Bool:D $a is rw)
(Num:D $a is rw)
(Num:U $a is rw)
(num $a is rw)
in block <unit> at /tmp/74OTV1_95k line 1
exit code = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment