Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveWithFunctionLiterals.txt
T

9 lines
284 B
Plaintext
Vendored

package
package f {
public fun getAnswer(): kotlin.Int
public fun </*0*/ R> h(/*0*/ f: (kotlin.Boolean) -> R): kotlin.Int
public fun </*0*/ R> h(/*0*/ f: (kotlin.String) -> R): kotlin.Int
public fun test(): [Error type: Return type for function cannot be resolved]
}