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

[K2] Display enum entry members #3180

Merged
merged 3 commits into from
Oct 10, 2023
Merged

Conversation

vmishenev
Copy link
Contributor

No description provided.

@vmishenev vmishenev linked an issue Sep 18, 2023 that may be closed by this pull request
): DEnumEntry = withExceptionCatcher(enumEntrySymbol) {
val dri = getDRIFromEnumEntry(enumEntrySymbol)
val isExpect = false

val scope = enumEntrySymbol.getMemberScope()
Copy link
Contributor Author

@vmishenev vmishenev Sep 18, 2023

Choose a reason for hiding this comment

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

getMemberScope for an enum entry is removed in JetBrains/kotlin@e72a38d, see the commit message

@vmishenev vmishenev merged commit 562a595 into master Oct 10, 2023
9 checks passed
@vmishenev vmishenev deleted the 3129-k2-display-entry-members branch October 10, 2023 09:36
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.

[K2] Members of enum entry are not displayed
2 participants