Extract Function: In case of top-level and member declarations place extracted function after the original container
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fun foo() {
|
||||
val a = 1
|
||||
// NEXT_SIBLING
|
||||
// SIBLING:
|
||||
if (<selection>a > 0</selection>) {
|
||||
fun b(): Int { return 0 }
|
||||
println(b())
|
||||
|
||||
Reference in New Issue
Block a user