Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
formatter
/
Elvis.kt
blob: c45a121621f584db137cfd5debb84f8eb92d3980 [
file
] [
log
] [
blame
]
fun test
(
a
:
Int
?)
{
a
?:
42
a
?:
42
a
?:
42
a
?:
42
val some
=
a
?:
b
?:
12
}
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION