Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
codeInsight
/
breadcrumbs
/
If.kt
blob: 51e5469d8aaec21da409f7e782e48adf7704645d [
file
] [
log
] [
blame
]
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
{
}
}
}
}
}