Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
soutInIf.kt.after
blob: b4abb3b67e1441e0f697c76e0d01e163b49b11a1 [
file
] [
log
] [
blame
]
fun foo
(
x
:
Int
,
y
:
Int
)
{
if
(
x
>
y
)
println
(
x
)
}