Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
controlStructures
/
if.kt
blob: 282a87e267bc78a06917969b7c65bb37b368ccf3 [
file
]
fun foo
(
b
:
Boolean
):
Int
{
return
if
(
b
)
15
else
20
}