blob: 5cddef572a14d98599c2ca0b7975e069818f958e [file] [log] [blame]
fun some(f: (String) -> Unit) {}
fun test() {
3 + object {
fun foo() {
}
}
2 ?: some { s ->
val a = 12
}
}
// SET_TRUE: ALIGN_MULTILINE_BINARY_OPERATION