46906fd89c
KT-3947 Extend selection works badly with comment #KT-5292 Fixed #KT-3947 Fixed
7 lines
68 B
Kotlin
Vendored
7 lines
68 B
Kotlin
Vendored
package p
|
|
|
|
/* This is a <caret>comment */
|
|
fun foo() {
|
|
}
|
|
|
|
fun bar(){} |