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

Feature/refactor java enums #183

Merged
merged 2 commits into from
Nov 15, 2024
Merged

Conversation

kindlich
Copy link
Member

@kindlich kindlich commented Nov 7, 2024

No description provided.

@@ -28,6 +28,34 @@ void EnumMembersMustBeRetrievableByTypeHintAndName() {
logger.assertPrintOutput(0, "A");
}

@Test
void EnumMembersMustBeRetrievableByFullName() {
Copy link
Member Author

Choose a reason for hiding this comment

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

Moved these from TypeInferenceBlockingTests since honestly I have no idea why we named that other class that way 😅

@stanhebben stanhebben merged commit deff1f5 into feature/refactor Nov 15, 2024
0 of 2 checks passed
@stanhebben stanhebben deleted the feature/refactor-java-enums branch November 15, 2024 19:13
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.

2 participants