Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add value class support. #104

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Conversation

reddaly
Copy link
Contributor

@reddaly reddaly commented Oct 10, 2023

Value class syntax is similar to data class syntax and is described here: https://kotlinlang.org/docs/inline-classes.html.

Fixes #102

Value class syntax is similar to data class syntax and is described here:
https://kotlinlang.org/docs/inline-classes.html.

Fixes fwcd#102
@github-actions github-actions bot added the grammar Related to the grammar label Oct 10, 2023
gonzojive added a commit to gonzojive/go-tree-sitter that referenced this pull request Oct 12, 2023
Copy link
Collaborator

@VladimirMakaev VladimirMakaev left a comment

Choose a reason for hiding this comment

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

This looks quite safe. Hope @fwcd don't mind me merging this!

@VladimirMakaev VladimirMakaev merged commit 494fb76 into fwcd:main Oct 24, 2023
@ghost
Copy link

ghost commented Feb 14, 2024

Can a new release be made to include this change?

@VladimirMakaev
Copy link
Collaborator

Can a new release be made to include this change?

cc @fwcd

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
grammar Related to the grammar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Value classes are not supported
2 participants