Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
IfElseRemoveLineBreak.kt
blob: a242e33dc4e1427599bc1c00bcdb9ff55ccf2843 [
file
] [
log
] [
blame
]
fun main
(
args
:
Array
<
String
>)
{
if
(
true
)
{
false
}
else
if
(
false
)
{
true
}
else
{
}
if
(
true
)
{
}
if
(
true
)
{
}
}
// SET_FALSE: LBRACE_ON_NEXT_LINE