blob: de547d50fbb63bf3de7c17b61695a341157348ca [file] [log] [blame]
fun foo(y: Boolean) {
val x = 3
x != x
}