blob: f06d03e80ddc5a174c38b942d8c81f0c7c124ae4 [file]
fun test() {
foo(false || !true) + foo(false)
}
fun foo(v: Boolean): Int = 1