Files
kotlin-fork/idea/testData/formatter/ElvisContinuationIndentOptions.kt
T
2018-06-22 19:19:13 +03:00

6 lines
113 B
Kotlin
Vendored

fun test(some: Any?, error: Int) {
val test = some
?: error
}
// SET_FALSE: CONTINUATION_INDENT_IN_ELVIS