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