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,6 @@
|
||||
fun a() : Int {}
|
||||
|
||||
// TODO: Refactor
|
||||
fun b() : <caret>Short {
|
||||
f()
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
fun a() : Int {}
|
||||
|
||||
// TODO: Refactor
|
||||
fun b() : <selection><caret>Short</selection> {
|
||||
f()
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fun a() : Int {}
|
||||
|
||||
// TODO: Refactor
|
||||
<selection>fun b() : <caret>Short {
|
||||
f()
|
||||
}
|
||||
</selection>
|
||||
@@ -0,0 +1,7 @@
|
||||
fun a() : Int {}
|
||||
|
||||
<selection>// TODO: Refactor
|
||||
fun b() : <caret>Short {
|
||||
f()
|
||||
}
|
||||
</selection>
|
||||
Reference in New Issue
Block a user