Files
kotlin-fork/idea/testData/intentions/replaceSingleLineLetIntention/destructuringDeclaration2.kt.after
T
2018-08-14 15:32:10 +03:00

7 lines
78 B
Plaintext
Vendored

// WITH_RUNTIME
fun test() {
foo(1, 2)
}
fun foo(i: Int, j: Int) = i + j