Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/constraints/constraintOnFunctionLiteral.txt
T
Alexander Udalov 3a8ad45dec Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
2014-10-21 03:18:27 +04:00

8 lines
333 B
Plaintext

package
package c {
public fun </*0*/ T, /*1*/ R, /*2*/ C : kotlin.MutableCollection<in R>> kotlin.Array<out T>.mapTo(/*0*/ result: C, /*1*/ transform: (T) -> R): C
internal fun kotlin.Array<kotlin.Int>.toArrayList(): java.util.ArrayList<kotlin.Int>
internal fun kotlin.Array<kotlin.Int>.toIntArray(): kotlin.IntArray
}