Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
codegen
/
box
/
controlStructures
/
kt416.kt
blob: 85876312256d6e8d55f5caa9ca168ce367649e20 [
file
]
fun box
()
:
String
{
var
a
=
10
return
if
(
a
?.
plus
(
10
)
==
20
)
"OK"
else
"fail"
}