mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
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>
|
|
}
|