blob: 68b0dc3f5e26b271e6bcf8792f8060fd46aa2923 [file] [log] [blame]
fun main() {
val anchor = owner.firstChild!!.
siblings(forward = true).
dropWhile { it is PsiComment || it is PsiWhiteSpace }
val s = foo() ?:
bar
val s = foo()?.
bar
}