4a3ccc4eac
This keeps behaviour consistent in rare cases when JavaClass can be found but not resolved As of now this can happen in IDE if we take PsiClass from index but file structure is wrong so we can't resolve the class Add test which documents this case
6 lines
63 B
Kotlin
Vendored
6 lines
63 B
Kotlin
Vendored
package wrong
|
|
|
|
fun foo(w: <caret>SimpleClass) {
|
|
}
|
|
|
|
// REF_EMPTY |