Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/builderInference/kt50498.txt
T
2022-05-27 13:56:33 +00:00

5 lines
125 B
Plaintext
Vendored

package
public fun </*0*/ T, /*1*/ R> baz(/*0*/ body: (kotlin.collections.List<R>) -> T): T
public fun test3(): kotlin.Unit