Files
kotlin-fork/compiler/testData/diagnostics/tests/inference/cannotCompleteResolveWithFunctionLiterals.txt
T
Alexander Udalov 3a8ad45dec Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
2014-10-21 03:18:27 +04:00

9 lines
264 B
Plaintext

package
package f {
internal fun getAnswer(): kotlin.Int
internal fun </*0*/ R> h(/*0*/ f: (kotlin.Boolean) -> R): kotlin.Int
internal fun </*0*/ R> h(/*0*/ f: (kotlin.String) -> R): kotlin.Int
internal fun test(): [ERROR : Error function type]
}