blob: 27e5cf8343ff8ed8f6f925a4108578ed09c2c4cf [file] [log] [blame]
fun some(param: kotlin.Int): kotlin.Int {
val num: kotlin.Int = 0
return num
}