fun foo(t: T, l: MutableList) {} fun use(vararg a: Any?) = a fun test(ls: MutableList) { use(foo(11, ls)) }