Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/commonSystem/boundOnNullableVariable.txt
T
2015-09-08 02:04:32 +03:00

6 lines
212 B
Plaintext
Vendored

package
public fun </*0*/ R : kotlin.Any> doFun(/*0*/ f: () -> R?): () -> R?
public fun </*0*/ T : kotlin.Any> test(/*0*/ f: (T) -> T?): kotlin.Unit
public fun </*0*/ E : kotlin.Any> ((E) -> E?).ext(): () -> E?