blob: e2559a6920a20b9379d9b43f5eed3cac0939d06f [file] [log] [blame]
fun main() {
val rabbit = 4 + 2 * 5 <caret>+ 1
}