Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 6, 2016 17:26
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/5d2b871f75e15b401e908bd96030fa03 to your computer and use it in GitHub Desktop.
Save Whateverable/5d2b871f75e15b401e908bd96030fa03 to your computer and use it in GitHub Desktop.
committable6
2016.07 sub ($/ is read-only) { 'foo'.match: /./; say $/ }(42)
¦«2016.07»: ===SORRY!=== Error while compiling /tmp/BkCGf9Eda3
Can't use unknown trait 'is read-only' in a parameter declaration.
at /tmp/BkCGf9Eda3:1
expecting any of:
rw
readonly
copy
required
raw
leading_docs
trailing_docs «exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment