blob: 350ea6a0b41b01b31f8ebf2b60e0e2b87311370e [file] [log] [blame]
package foo
fun box(): String {
1 * 2 / 3
var ok = ""
ok += "O" + "K"
return ok
}