Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
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"
}