3a6b9c8d08
Part of #KT-22211
10 lines
177 B
Kotlin
Vendored
10 lines
177 B
Kotlin
Vendored
class Some {
|
|
fun some(): Some? = this
|
|
}
|
|
|
|
public fun bar(): String? = Some()?.some()
|
|
<caret>
|
|
?.some()
|
|
?.some()
|
|
|
|
// WITHOUT_CUSTOM_LINE_INDENT_PROVIDER |