Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created March 2, 2020 17:34
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/21f8c1b2ee75ebd713cf5d35c5961a72 to your computer and use it in GitHub Desktop.
Save Whateverable/21f8c1b2ee75ebd713cf5d35c5961a72 to your computer and use it in GitHub Desktop.
evalable6
multi z($ where :blumber) {}; multi z($) {}; z 42
(exit code 1)
No such method 'blumber' for invocant of type 'Int'
Did you try to smartmatch against a Pair specifically? If so, then the
key of the Pair should be a valid method name, not 'blumber'.
in sub z at /tmp/A_AKeY9auj line 1
in block <unit> at /tmp/A_AKeY9auj line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment