759ffafb0a
Main targets for the fix is completion, parameters info, inlay hints and override/implement. Other IDE functions might be affected. #KT-24911 Fixed #KT-25616 Fixed #KT-25622 Fixed
6 lines
44 B
Kotlin
Vendored
6 lines
44 B
Kotlin
Vendored
import foo.A
|
|
|
|
class B : A() {
|
|
<caret>
|
|
}
|