Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/reportAboutUnresolvedReferenceAsUnresolved.txt
T
2018-02-14 14:58:04 +03:00

6 lines
154 B
Plaintext
Vendored

package
public fun consume(/*0*/ s: kotlin.String): kotlin.Unit
public fun test(): kotlin.Unit
public fun </*0*/ T, /*1*/ U> T.map(/*0*/ f: (T) -> U): U