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