e0fca9d2f6
Visibility checks currently do not work in some cases, for example: - public nested class of private class is seen globally - private_for_this does not work - some other cases I am not yet aware of If `FirVisibilityChecker.isVisible` fix those issues, they will be fixed automatically in the completion
8 lines
206 B
Kotlin
Vendored
8 lines
206 B
Kotlin
Vendored
// FIR_COMPARISON
|
|
fun foo(a: java.lang.Thread) {
|
|
a.na<caret>
|
|
}
|
|
|
|
|
|
// EXIST: {"lookupString":"name","tailText":" (from getName()/setName())","allLookupStrings":"getName, name, setName","itemText":"name"}
|