Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 2, 2024 12:21
Show Gist options
  • Save Whateverable/6becc8af3615f97b1f4b61a366af72f1 to your computer and use it in GitHub Desktop.
Save Whateverable/6becc8af3615f97b1f4b61a366af72f1 to your computer and use it in GitHub Desktop.
evalable6
sub baz(ArrayInt $ints) { say 'yo' }; baz [1,2,3];
(exit code 1)
===SORRY!=== Error while compiling /tmp/mPfdwCTnCp
Invalid typename 'ArrayInt' in parameter declaration.
at /tmp/mPfdwCTnCp:1
------> sub baz(ArrayInt⏏ $ints) { say 'yo' }; baz [1,2,3];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment