Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/commonSystem/kt3372toCollection.txt
T

5 lines
223 B
Plaintext
Vendored

package
public fun test(/*0*/ list: kotlin.collections.List<kotlin.Int>): kotlin.Unit
public fun </*0*/ T, /*1*/ C : kotlin.collections.MutableCollection<T>> kotlin.collections.Iterable<T>.toCollection(/*0*/ result: C): C