blob: 1b1dd7cb4e37875c3d60f745bae7e643d1455a7c [file] [log] [blame]
// WITH_RUNTIME
class My {
fun foo() {}
}
val x = My().apply(<caret>My::foo)