8 lines
105 B
Plaintext
Vendored
8 lines
105 B
Plaintext
Vendored
fun foo() {
|
|
}
|
|
|
|
fun test(): KFunction0<Unit> {
|
|
return CHECK_NOT_NULL<KFunction0<Unit>>(arg0 = ::foo)
|
|
}
|
|
|