Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 25, 2019 15:15
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/4e90ab694139c142e6e2c44c7b536618 to your computer and use it in GitHub Desktop.
Save Whateverable/4e90ab694139c142e6e2c44c7b536618 to your computer and use it in GitHub Desktop.
evalable6
class A { }; class B is A{ has $!p };
(exit code 1)
===SORRY!=== Error while compiling /tmp/kuyx5u71jv
A class cannot have attributes, but you tried to declare '$!p'
at /tmp/kuyx5u71jv:1
------> class A { }; class B is A{ has $!p ⏏};
expecting any of:
constraint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment