Files
kotlin-fork/idea/testData/formatter/BinaryExpressionAlignmentSpread.after.kt
T
2016-12-14 13:35:31 +03:00

16 lines
204 B
Kotlin
Vendored

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