Cannot resolve inherited method

Answered


Code hints gives the inherited method as a completion option, but as shown, it eventually doesn't resolve. How do I get IntelliJ to resolve this (and other) inherited methods?

0
5 comments

Please try File | Invalidate Caches | Invalidate and Restart.

0
Avatar
Permanently deleted user

The methods were blue for a second, but are now red and reporting that the method cannot be resolved.

0

Is it possible to share a sample project to reproduce this issue? See https://intellij-support.jetbrains.com/hc/articles/206869619.

0

https://youtrack.jetbrains.com/issue/IDEA-151613 appears to be related. I'd extract the classes into the src directory and use imports instead.

0

Please sign in to leave a comment.