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

Reproduce static import issue with nested enum values #6

Merged
merged 3 commits into from
Jul 2, 2024

Conversation

timtebeek
Copy link
Contributor

What's changed?

Use static imports in the test added in aa329b2.

What's your motivation?

Reflect the issue reported.

Have you considered any alternatives or workarounds?

We have some recipes for constants, by those do not accept wildcards, nor do they operate on enum fields.

@timtebeek timtebeek self-assigned this May 27, 2024
@timtebeek timtebeek added bug Something isn't working enhancement New feature or request labels May 27, 2024
@timtebeek
Copy link
Contributor Author

What's possibly not helping here is the missing type on the import; although I'm not sure if that's really the issue.
image

@timtebeek
Copy link
Contributor Author

Likely to be fixed in this PR; we can still update the test here to be sure.

@timtebeek timtebeek marked this pull request as ready for review July 2, 2024 21:23
@timtebeek timtebeek merged commit 2213f8e into main Jul 2, 2024
2 checks passed
@timtebeek timtebeek deleted the reproduce-static-import-issue branch July 2, 2024 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant