blob: 95c6175e54d5758a1b603fd4249d9a34d96a99a4 [file] [log] [blame]
fun main() {
val rabbit = 4 + 2 == 12 ||<caret> true && 5 + 5 == 10
}