KT-12887 Extend selection should select call's invoked expression (#904)
#KT-12887 fixed
This commit is contained in:
committed by
Dmitry Jemerov
parent
83000c50ff
commit
8aaf28e240
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
val bar = 1
|
||||
<caret>bar.and(1.and(1)).and(1)
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
val bar = 1
|
||||
<selection><caret>bar</selection>.and(1.and(1)).and(1)
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
val bar = 1
|
||||
<selection><caret>bar.and</selection>(1.and(1)).and(1)
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
val bar = 1
|
||||
<selection><caret>bar.and(1.and(1))</selection>.and(1)
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
val bar = 1
|
||||
<selection><caret>bar.and(1.and(1)).and</selection>(1)
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
fun foo() {
|
||||
val bar = 1
|
||||
<selection><caret>bar.and(1.and(1)).and(1)</selection>
|
||||
}
|
||||
Reference in New Issue
Block a user