blob: 8caec8e09032f3247bf8dc637bdf261e8a6fa8da [file] [log] [blame]
fun sqr(arg: Int): Int {
val <caret>other = arg
return other * other
}