val v: Array = param[0] val s = v[0] System.out.println("first: $s, size: ${v.size}")