Files
kotlin-fork/idea/testData/formatter/PropertyInitializerLineBreak.kt
T

14 lines
150 B
Kotlin
Vendored

val x: Int
= 1
val y: Int =
2
fun foo()
= 1
fun bar() =
1
// SET_FALSE: CONTINUATION_INDENT_FOR_EXPRESSION_BODIES