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

5 lines
155 B
Plaintext
Vendored

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