Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
kt36963.kt.txt
blob: 1121fbdab3ac64f72f8fca4e4e0fbd4bd3223193 [
file
]
fun foo() {
}
fun test(): KFunction0<Unit> {
return CHECK_NOT_NULL<KFunction0<Unit>>(arg0 = ::foo)
}