Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
j2k
/
testData
/
fileOrElement
/
ifStatement
/
withBlocks.kt
blob: 9dc70a7c55f6ed21835c1ed0f4b5243c98efe8dc [
file
] [
log
] [
blame
]
return
if
(
1
>
0
)
{
1
}
else
{
0
}