blob: 5fbcc2978a4c4a23c26fe078549172387c2276bb [file]
fun foo(x: Boolean, y: Boolean) {
<selection>x || y && x</selection>
}