Skip to content
New issue

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

wren/compiler: Allow multiline empty parameter lists and calls. #925

Merged
merged 1 commit into from
Apr 8, 2021

Conversation

mhermier
Copy link
Contributor

An attempt to fix #924.

This patch only fix empty multiline method declarations and invocation, there can be other interesting place where we can allow multiline in parameters/arguments.

@ruby0x1 ruby0x1 merged commit 059e407 into wren-lang:main Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False positive syntax error
2 participants