46906fd89c
KT-3947 Extend selection works badly with comment #KT-5292 Fixed #KT-3947 Fixed
7 lines
71 B
Kotlin
Vendored
7 lines
71 B
Kotlin
Vendored
fun a() : Int {}
|
|
|
|
// TODO: Refactor
|
|
fun b() : <caret>Short {
|
|
f()
|
|
}
|