blob: a0e3293a173f5a4a5bd7ce4df680596b574f3c8e [file] [log] [blame]
class Some {
fun some(): Some? = this
}
public fun bar(): String? =
Some()
?.some()
?.some()
?.some()!!
.toString()
// SET_TRUE: CONTINUATION_INDENT_FOR_CHAINED_CALLS