Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
formatter
/
IfSpacing.after.kt
blob: 145ecf094bf001e41837d74f89f6dcb6ad130a00 [
file
] [
log
] [
blame
]
fun f
()
{
if
(
1
==
2
)
{
}
if
(
1
==
2
)
{
}
if
(
1
==
2
)
{
}
if
(
true
)
{
}
else
{
}
if
(
true
)
{
}
else
{
}
if
(
true
)
{
}
else
{
}
if
(
true
)
{
}
else
{
}
if
(
true
)
{
}
else
3
>
2
if
(
true
)
(
3
)
else
(
4
)
if
(
true
)
(
3
)
else
(
4
)
if
(
true
)
(
3
)
else
(
4
)
}