Files
kotlin-fork/idea/testData/formatter/parameterList/DefaultParameterValues.after.kt
T
2020-02-04 21:34:53 +07:00

13 lines
159 B
Kotlin
Vendored

fun foo(
x: Int =
42
) {
}
class C(
val x: Int =
42
)
// SET_TRUE: CONTINUATION_INDENT_FOR_EXPRESSION_BODIES