yole
fun batch(sql: String, params: Array<Array<out Any>>): IntArray { return intArrayOf() } fun foo() { batch("", arrayOf(arrayOf("a"))) }