Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/mostSpecificAfterInference.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

11 lines
498 B
Plaintext

package
package i {
internal fun test(/*0*/ list: kotlin.List<kotlin.Int>): kotlin.Unit
internal fun test1(/*0*/ list: kotlin.List<kotlin.Int>): kotlin.Unit
internal fun </*0*/ T> java.lang.Iterable<T>.foo(): kotlin.Unit
internal fun </*0*/ T> kotlin.Collection<T>.foo(): kotlin.Unit
internal fun </*0*/ T, /*1*/ R> java.lang.Iterable<T>.map1(/*0*/ f: (T) -> R): kotlin.List<R>
internal fun </*0*/ T, /*1*/ R> kotlin.Collection<T>.map1(/*0*/ f: (T) -> R): kotlin.List<R>
}