Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 30, 2018 07:57
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/0989c254edf32de7a479736e9b7879fc to your computer and use it in GitHub Desktop.
Save Whateverable/0989c254edf32de7a479736e9b7879fc to your computer and use it in GitHub Desktop.
evalable6
role R {has $.asd='asd'};class C {has $.a does R=1};C.new.a
(exit code 1)
===SORRY!=== Error while compiling /tmp/NmMuznaty2
Cannot resolve caller trait_mod:<does>(Attribute, R); none of these signatures match:
(Mu:U $doee, Mu:U $role)
(Variable:D $v, Mu:U $role)
at /tmp/NmMuznaty2:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment