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