Created automatic labeling of function expression.

This commit is contained in:
Stanislav Erokhin
2015-03-16 20:14:08 +03:00
parent 4eac3f3f0e
commit 446816e3db
4 changed files with 35 additions and 3 deletions
@@ -0,0 +1,6 @@
package
internal fun autolabel(/*0*/ l: kotlin.List<kotlin.Int>): kotlin.List<kotlin.Int>
internal fun labelToFunName(/*0*/ l: kotlin.List<kotlin.Int>): kotlin.List<kotlin.Int>
internal fun unresolvedMapLabel(/*0*/ l: kotlin.List<kotlin.Int>): kotlin.List<kotlin.Int>
internal fun </*0*/ T, /*1*/ R> kotlin.Iterable<T>.map(/*0*/ transform: (T) -> R): kotlin.List<R>