Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
codegen
/
box
/
elvis
/
nullNullOk.kt
blob: e25fe16018386cc084d677dda7f4e0fd5bade80f [
file
]
fun box
()
=
null
?:
null
?:
"OK"