Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
psi
/
complicateLTGTE.kt
blob: 14db9e542c6f8c0882897b1509afc1c208fdbb2d [
file
]
fun test
(
x
:
Int
,
y
:
Int
)
{
if
(
x
<
(
if
(
y
>=
115
)
1
else
2
))
{}
}