package f fun f(i: Int, t: T, c: MutableCollection) {} fun f(a: Any, t: T, l: MutableList) {} fun test(l: List) { f(1, "", l) }