Getting these sorts of erroneous type errors all o...
# intellij
d
Getting these sorts of erroneous type errors all over a mixed Java/Kotlin module. (required type: T provided: T 🙃) Compiles fine however. Build #IU-251.26927.53 - *Only occurs when K2 is enabled* - known issue?
Found "IDEA-127767 Editor reports incompatible type error, but required type is the same as the found type", but it's very old. The symptom, at least, is back 💀
a
Could you please let us know what are the signatures of the containing call and the
requestDTO.getDescription()
? Also please specify how many JDKs do you have and iff they are different on the call site and where the methods are declared. Thanks!