Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 10, 2024 21:13
Show Gist options
  • Save Whateverable/7b967fd462b87f4733a5cfe9a42cc2d8 to your computer and use it in GitHub Desktop.
Save Whateverable/7b967fd462b87f4733a5cfe9a42cc2d8 to your computer and use it in GitHub Desktop.
evalable6
say ㉗++
(exit code 1)
Cannot resolve caller postfix:<++>(Int:D); the following candidates
match the type but require mutable arguments:
(Mu:D $a is rw)
(Int:D $a is rw --> Int:D)
(int $a is rw --> int)
(uint $a is rw --> uint)
(num $a is rw --> num)
The following do not match for other reasons:
(Bool:D $a is rw)
(Bool:U $a is rw --> Bool::False)
(Mu:U $a is rw)
(Num:D $a is rw)
(Num:U $a is rw --> 0e0)
in block <unit> at /tmp/iohZqDXAGf line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment