Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/constraints/kt7433.txt
T

5 lines
200 B
Plaintext
Vendored

package
public fun test(/*0*/ ints: kotlin.collections.List<kotlin.Int>): kotlin.Unit
public inline fun </*0*/ S, /*1*/ T : S> kotlin.collections.Iterable<T>.reduce1(/*0*/ operation: (S, T) -> S): S