Files
kotlin/compiler/testData/diagnostics/tests/functionAsExpression/AutoLabels.txt
2015-09-08 02:04:32 +03:00

6 lines
274 B
Plaintext
Vendored

package
public fun autolabel(/*0*/ l: kotlin.List<kotlin.Int>): kotlin.List<kotlin.Int>
public fun unresolvedMapLabel(/*0*/ l: kotlin.List<kotlin.Int>): kotlin.List<kotlin.Int>
public fun </*0*/ T, /*1*/ R> kotlin.Iterable<T>.map(/*0*/ transform: (T) -> R): kotlin.List<R>