blob: 1d571e5ff699b1264f6109789c7f44515ed49319 [file] [log] [blame]
// FIR_IDENTICAL
package f
fun <T> f(i: Int, t: T, c: MutableCollection<T>) {}
fun <T> f(a: Any, t: T, l: MutableList<T>) {}
fun test(l: List<Int>) {
<!NONE_APPLICABLE!>f<!>(1, "", l)
}