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

5 lines
186 B
Plaintext
Vendored

package
public fun test(/*0*/ list: kotlin.List<kotlin.List<kotlin.Int>>): kotlin.Unit
public fun </*0*/ T, /*1*/ R> kotlin.Collection<T>.map(/*0*/ transform: (T) -> R): kotlin.List<R>