blob: 94c3e6dba016f96e0850a6750992a29fc76dab90 [file] [log] [blame]
fun main() {
val rabbit = true || false && 3 == 1 + 2 ||<caret> false
}