Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
codegen
/
box
/
regressions
/
kt47279.kt
blob: 18f1c656c9f9ad9b8adf3951c08f1c4b4e649c15 [
file
]
fun test
()
{
null
?.
run
{
return
}
}
fun box
():
String
{
test
()
return
"OK"
}