Extract Function: Add support of initializer expressions
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
val a = 1
|
||||
val b = 1
|
||||
val foo = i() - 1
|
||||
|
||||
fun i(): Int {
|
||||
return a + b
|
||||
}
|
||||
Reference in New Issue
Block a user