blob: 0a1c64bad36a6ee1b59568748c82ff8e5f4b08a6 [file] [log] [blame]
fun test(a: Int, b: Int): Int {
return a <caret>+ b
}