Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 10, 2017 18:33
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/c381503668e3c6411225fa76b918554f to your computer and use it in GitHub Desktop.
Save Whateverable/c381503668e3c6411225fa76b918554f to your computer and use it in GitHub Desktop.
committable6
2015.01.1 my $z = class { has $a = 42; has $.b where $!a }.new: :b("lulz"; say $z.b
¦«2015.01.1»: ===SORRY!=== Error while compiling /tmp/YJzriKCQa9
Unable to parse expression in parenthesized expression; couldn't find final ')'
at /tmp/YJzriKCQa9:1
------> $.b where $!a }.new: :b("lulz"; say $z.b⏏<EOL>
expecting any of:
postfix
statement end
statement modifier
statement modifier loop «exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment