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

7 lines
56 B
Plaintext
Vendored

// WITH_RUNTIME
fun test() {
foo()
}
fun foo() = 0