b454fcc1e0
This is needed to avoid clashes between different dumps from different handlers
7 lines
104 B
Plaintext
Vendored
7 lines
104 B
Plaintext
Vendored
fun foo() {
|
|
}
|
|
|
|
fun test(): KFunction0<Unit> {
|
|
return CHECK_NOT_NULL<KFunction0<Unit>>(arg0 = ::foo)
|
|
}
|