blob: 7cc94bfc23fd266d937130419fef73b9c82468a0 [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