blob: fe14d204ecbb8832c860bb549952864d40fdb43b [file]
fun sum(aa: Int, bb: Int) = aa + bb
fun main() {
println(sum(b<caret>b = 1, aa = 2))
}