fun foo() {
}

fun test(): KFunction0<Unit> {
  return CHECK_NOT_NULL<KFunction0<Unit>>(arg0 = ::foo)
}
