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

Support extension clause #101

Merged
merged 2 commits into from
Jun 29, 2020
Merged

Conversation

nicolasstucki
Copy link
Collaborator

Support the syntax of scala/scala3#9255

@nicolasstucki nicolasstucki self-assigned this Jun 29, 2020
@nicolasstucki nicolasstucki marked this pull request as ready for review June 29, 2020 14:16
@nicolasstucki nicolasstucki linked an issue Jun 29, 2020 that may be closed by this pull request
```
extension on ...
extension <ident> on ...
extension { ...
extension <ident> { ...
```
@nicolasstucki
Copy link
Collaborator Author

Screenshot 2020-06-26 at 16 53 30

@anatoliykmetyuk anatoliykmetyuk merged commit 3a38ffa into scala:master Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support extension methods
2 participants