Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
formatter
/
BinaryExpressionsBoolean.kt
blob: 8cfedaf50e18f5e13311c1d738c8f7621ce057bd [
file
] [
log
] [
blame
]
fun test
()
{
if
(
true
||
false
||
true
)
{
}
if
(
true
||
false
||
true
)
{
}
if
(
true
||
false
||
true
)
{
}
if
(
true
||
false
||
true
)
{
}
true
||
true
false
&&
false
}
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION