Skip to content

Fix structural type in extends #285

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

Merged
merged 3 commits into from
Jun 7, 2023
Merged

Conversation

eed3si9n
Copy link
Collaborator

@eed3si9n eed3si9n commented Jun 7, 2023

Fixes #258

Problem

Structural type in extends clause fail to parse.

Solution

This adds structural_type to the simple_type.

eed3si9n added 2 commits June 7, 2023 02:48
Problem
-------
Structural type in extends clause fail to parse.

Solution
--------
This adds structural_type to the simple_type.
Copy link
Collaborator

@ckipp01 ckipp01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

@@ -3,7 +3,7 @@
# This is an integration test to generally check the quality of parsing.

SCALA_SCALA_LIBRARY_EXPECTED=95
SCALA_SCALA_COMPILER_EXPECTED=87
SCALA_SCALA_COMPILER_EXPECTED=89
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@eed3si9n eed3si9n merged commit cd3a29c into tree-sitter:master Jun 7, 2023
@eed3si9n eed3si9n deleted the wip/extends branch June 7, 2023 12:11
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.

Structural types in extends clause
2 participants