Extract Function: Add support of initializer expressions
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
val n = 1
|
||||
fun foo(a: Int, b: Int = <selection>a + n</selection>) = a + b - 1
|
||||
Reference in New Issue
Block a user