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

7 lines
82 B
Kotlin
Vendored

// WITH_RUNTIME
class My {
fun foo() {}
}
val x = My().apply(<caret>My::foo)