7 lines
82 B
Kotlin
Vendored
7 lines
82 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
class My {
|
|
fun foo() {}
|
|
}
|
|
|
|
val x = My().apply(<caret>My::foo) |