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
This should be consistent with block declarations.
This parses:
class x = { as self; };
this doesn't:
class x = { as self };
The text was updated successfully, but these errors were encountered:
Same for class type syntax:
class type t = { open M; as 'a };
Sorry, something went wrong.
Parse class exprs and types without trailing semicolon
25ab82d
fixes reasonml#2037
Parse class exprs and types without trailing semicolon (#2040)
0b042d1
* Parse class exprs and types without trailing semicolon fixes #2037 * print trailing semicolon for consistency
Successfully merging a pull request may close this issue.
This should be consistent with block declarations.
This parses:
this doesn't:
The text was updated successfully, but these errors were encountered: