Files
kotlin-fork/compiler/testData/lazyResolve/diagnostics/inference/mapFunction.txt
T
2012-07-23 19:38:27 +04:00

11 lines
519 B
Plaintext

namespace <root>
// <namespace name="a">
namespace a
internal final fun </*0*/ T : jet.Any?>array(/*0*/ vararg t: T /*jet.Array<T>*/): jet.Array<T>
internal final fun foo(): jet.Tuple0
internal final fun </*0*/ T : jet.Any?, /*1*/ R : jet.Any?>jet.Array<T>.map(/*0*/ transform: jet.Function1<T, R>): java.util.List<R>
internal final fun </*0*/ T : jet.Any?, /*1*/ R : jet.Any?, /*2*/ C : java.util.Collection<in R>>jet.Array<T>.mapTo(/*0*/ result: C, /*1*/ transform: jet.Function1<T, R>): C
// </namespace name="a">