blob: bfac65fd6d8aa51e30ebef91d70cf920c837b08c [file] [log] [blame]
fun fun1(x1: Int, y1: Int) : Int = x1 * 2 + fun1(x1, )