We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In _traversal.pony at the bottom;
_traversal.pony
class val NoTraversal is JTraversal fun apply(v: J): (J | NotSet) => v fun update(_: J, v: (J | NotSet)) : (J | NotSet) => v
The '_' in update must be changed to a valid identifier.
update
See https://playground.ponylang.io/?gist=6aa02a01f4de70c70422ac02206217f5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
_traversal.pony
at the bottom;The '_' in
update
must be changed to a valid identifier.See https://playground.ponylang.io/?gist=6aa02a01f4de70c70422ac02206217f5
The text was updated successfully, but these errors were encountered: