Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/inferInFunctionLiterals.txt
T
2015-09-08 02:04:32 +03:00

8 lines
276 B
Plaintext
Vendored

package
package n {
public fun </*0*/ T> expected(/*0*/ t: T, /*1*/ f: () -> T): T
public fun test(/*0*/ arrayList: java.util.ArrayList<kotlin.Int>, /*1*/ list: kotlin.List<kotlin.Int>): kotlin.Unit
public fun </*0*/ T> kotlin.List<T>.reverse(): kotlin.List<T>
}