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

9 lines
256 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 : Error function type]
}