3aaad0c21d
#KT-22508 Fixed
13 lines
127 B
Kotlin
Vendored
13 lines
127 B
Kotlin
Vendored
fun foo(
|
|
x: Int =
|
|
42
|
|
) {
|
|
}
|
|
|
|
class C(
|
|
val x: Int =
|
|
42
|
|
)
|
|
|
|
// SET_TRUE: CONTINUATION_INDENT_FOR_EXPRESSION_BODIES
|