You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow the symbols are getting confused and picking form a different package.
This also could be due to nested labmdas where the symbol has a fully qualifed name for a generic in the outer scope and a non-qualified name derived in the inner nested.
What is the full stack trace of any errors you encountered?
error: a type with the same simple name is already defined by the single-type-import of A
import buzz.A;
^
Are you interested in [contributing a fix to OpenRewrite]Yes
The text was updated successfully, but these errors were encountered:
What version of OpenRewrite are you using?
I am using
What is the smallest, simplest way to reproduce the problem?
What did you expect to see?
What did you see instead?
Somehow the symbols are getting confused and picking form a different package.
This also could be due to nested labmdas where the symbol has a fully qualifed name for a generic in the outer scope and a non-qualified name derived in the inner nested.
What is the full stack trace of any errors you encountered?
Are you interested in [contributing a fix to OpenRewrite]Yes
The text was updated successfully, but these errors were encountered: