Files
kotlin-fork/idea/testData/indentationOnNewline/ConsecutiveCallsInSaeCallsMiddle.kt
T
Dmitry Gridin 3a6b9c8d08 init line-indent-provider module
Part of #KT-22211
2020-06-15 16:25:16 +07:00

9 lines
168 B
Kotlin
Vendored

class Some {
fun some(): Some? = this
}
public fun bar(): String? = Some()?.some()<caret>
?.some()
?.some()
// WITHOUT_CUSTOM_LINE_INDENT_PROVIDER