KT-12697 Expand selection action select ": Type" (#898)
This commit is contained in:
committed by
Dmitry Jemerov
parent
b3b83e344b
commit
4669fb3ca7
@@ -1,4 +1,4 @@
|
||||
<selection>fun a() : <caret>Int {}</selection> // fun a
|
||||
fun a() <selection>: <caret>Int</selection> {} // fun a
|
||||
|
||||
fun b() : Short {
|
||||
f()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<selection>fun a() : <caret>Int {} // fun a</selection>
|
||||
<selection>fun a() : <caret>Int {}</selection> // fun a
|
||||
|
||||
fun b() : Short {
|
||||
f()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<selection>fun a() : <caret>Int {} // fun a
|
||||
</selection>
|
||||
<selection>fun a() : <caret>Int {} // fun a</selection>
|
||||
|
||||
fun b() : Short {
|
||||
f()
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<selection>fun a() : <caret>Int {} // fun a
|
||||
</selection>
|
||||
fun b() : Short {
|
||||
f()
|
||||
}
|
||||
Reference in New Issue
Block a user