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

12 lines
126 B
Kotlin
Vendored

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