Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
breadcrumbs
/
If.kt
blob: 51e5469d8aaec21da409f7e782e48adf7704645d [
file
]
fun foo
()
{
if
(
x
)
{
if
(
x
.
y
)
{
if
(
y
)
{
}
else
{
if
(
a
)
{
}
else
if
(
b
)
{
}
else
if
(
c
)
{
if
(
q
)
{
}
else
if
(
qq
)
{
}
else
if
(
qqq
)
{
}
else
{
if
(
p
)
<caret>
return
}
}
else
{
}
}
}
}
}