Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveNoneApplicable.txt
T
2015-09-08 02:04:32 +03:00

8 lines
306 B
Plaintext
Vendored

package
package f {
public fun </*0*/ T> f(/*0*/ a: kotlin.Any, /*1*/ t: T, /*2*/ l: kotlin.MutableList<T>): kotlin.Unit
public fun </*0*/ T> f(/*0*/ i: kotlin.Int, /*1*/ t: T, /*2*/ c: kotlin.MutableCollection<T>): kotlin.Unit
public fun test(/*0*/ l: kotlin.List<kotlin.Int>): kotlin.Unit
}