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