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

ProxyGenerator: EnumDefaultInMethod - FQN not used #958

Closed
solcik opened this issue Apr 5, 2022 · 1 comment
Closed

ProxyGenerator: EnumDefaultInMethod - FQN not used #958

solcik opened this issue Apr 5, 2022 · 1 comment
Labels

Comments

@solcik
Copy link

solcik commented Apr 5, 2022

Failing Test

Q A
BC Break no
Version 3.2.0

Partly solved in these, but not for this use-case.

Summary

ProxyGenerator does not create use statement for Enum with default value used in method as parameter.

Current behavior

Missing use statement for Enum.

Expected behavior

Generated use statement for Enum, which is used in method's parameter.

@solcik
Copy link
Author

solcik commented Jan 26, 2023

Fixed via #955

@solcik solcik closed this as completed Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants