blob: 1121fbdab3ac64f72f8fca4e4e0fbd4bd3223193 [file] [log] [blame]
fun foo() {
}
fun test(): KFunction0<Unit> {
return CHECK_NOT_NULL<KFunction0<Unit>>(arg0 = ::foo)
}