Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
patternMatching
/
constant.kt
blob: e74aa2568a274a8b069eec7e5308ba568e7d8d19 [
file
]
fun isZero
(
x
:
Int
)
=
when
(
x
)
{
0
->
true
else
->
false
}