blob: 84cd4a2d862daf7e6dfb239135f2a3e870ab636e [file] [log] [blame]
fun test() {
foo(<caret>false || !true) ?: return
}
fun foo(v: Boolean): Int = 1