3a6b9c8d08
Part of #KT-22211
9 lines
168 B
Kotlin
Vendored
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 |