Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 21, 2019 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/33c96da24514696d2684a9eb3edc87bd to your computer and use it in GitHub Desktop.
Save Whateverable/33c96da24514696d2684a9eb3edc87bd to your computer and use it in GitHub Desktop.
evalable6
sub do(Array[IO::Path] @paths) { … }; do(dir())
(exit code 1)
Type check failed in binding to parameter '@paths'; expected Positional[Array[IO::Path]] but got List ($(IO::Path.new("bin",...)
in sub do at /tmp/U6uKHxVuRH line 1
in block <unit> at /tmp/U6uKHxVuRH line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment