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

5 lines
187 B
Plaintext
Vendored

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