KT-5292 Expand selection should have kdoc + method as a stop point
KT-3947 Extend selection works badly with comment #KT-5292 Fixed #KT-3947 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun a() : <caret>Int {} // fun a
|
||||
|
||||
fun b() : Short {
|
||||
f()
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
fun a() : <selection><caret>Int</selection> {} // fun a
|
||||
|
||||
fun b() : Short {
|
||||
f()
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<selection>fun a() : <caret>Int {}</selection> // fun a
|
||||
|
||||
fun b() : Short {
|
||||
f()
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<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