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

5 lines
167 B
Plaintext
Vendored

package
public fun foo(): kotlin.Unit
public fun </*0*/ T : kotlin.Any> iterate(/*0*/ initialValue: T, /*1*/ nextFunction: (T) -> T?): kotlin.collections.Iterator<T>