46906fd89c
KT-3947 Extend selection works badly with comment #KT-5292 Fixed #KT-3947 Fixed
9 lines
104 B
Kotlin
Vendored
9 lines
104 B
Kotlin
Vendored
package p
|
|
|
|
class C{
|
|
// This is a <selection><caret>val</selection>
|
|
val v = 1
|
|
|
|
fun foo(){}
|
|
}
|