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