Files
kotlin-fork/idea/testData/refactoring/introduceParameter/multiline/multilineNestedBinaryExpression2.kt.after
T

6 lines
74 B
Plaintext
Vendored

fun foo(i: Int) { }
fun test(i: Int = (1 + 2
- 3)) {
foo(i)
}