blob: 74026f76458bde0f8b4bddddbbb74d07e8ce3e9b [file] [log] [blame]
fun test(a: Int, b: Int): Int {
return b + a
}