Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/regressions/kt3559.txt
T
Alexey Tsvetkov 1e2256207c Update test data
2015-10-19 20:45:02 +03:00

5 lines
162 B
Plaintext
Vendored

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