[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
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>) {
|
||||
<!INAPPLICABLE_CANDIDATE!>f<!>(1, "", l)
|
||||
}
|
||||
Reference in New Issue
Block a user