Files
kotlin-fork/idea/testData/formatter/BinaryExpressionAlignmentSpread.after.kt
T
2014-05-16 17:10:04 +04:00

17 lines
205 B
Kotlin

fun some(f: (String) -> Unit) {
}
fun test() {
3 + object {
fun foo() {
}
}
2 ?: some {
s ->
val a = 12
}
}
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION