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