Files
kotlin-fork/idea/testData/formatter/IfClosingParen.kt
T
Dmitry Jemerov 67cd4ed17a Don't indent closing parenthesis in conditions
#KT-21485 Fixed
2017-12-11 17:58:02 +01:00

7 lines
75 B
Kotlin
Vendored

fun foo() {
if (longCond1 &&
longCond2
) {
}
}