Files
kotlin-fork/idea/testData/formatter/ContinuationIndentForExpressionBodies.kt
T
2018-11-01 12:24:01 +03:00

12 lines
165 B
Kotlin
Vendored

fun foo() =
2
data class A(val a: Int, val b: Int)
fun test() {
val (a, b) =
A()
}
// SET_TRUE: CONTINUATION_INDENT_FOR_EXPRESSION_BODIES