Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
formatter
/
BinaryExpressionsBoolean.after.kt
blob: dd5d40f56bcb23c32008b9e69f18058fe5aa5990 [
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