Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/regressions/kt3559.txt
T
2015-07-10 15:05:07 +03:00

5 lines
173 B
Plaintext
Vendored

package
kotlin.inline() public fun </*0*/ T : kotlin.Any, /*1*/ R> let(/*0*/ subj: T?, /*1*/ body: (T) -> R): R?
internal fun test(/*0*/ s: kotlin.String?): kotlin.String?