Files
kotlin-fork/compiler/testData/ir/irText/expressions/kt36963.kt.txt
T
Victor Petukhov 07b6f0d871 Fix failing tests
2020-12-25 14:29:11 +03:00

8 lines
105 B
Plaintext
Vendored

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