Files
kotlin-fork/idea/testData/intentions/convertReferenceToLambda/apply.kt.after
T

7 lines
76 B
Plaintext
Vendored

// WITH_RUNTIME
class My {
fun foo() {}
}
val x = My().apply { foo() }