Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/kt36044.txt
T
2020-03-12 23:29:09 +03:00

6 lines
147 B
Plaintext
Vendored

package
public fun main(): kotlin.Unit
public fun </*0*/ B> map(/*0*/ f: () -> B): B
public fun </*0*/ A> select(/*0*/ x: A, /*1*/ f: () -> A): A