Files
kotlin/compiler/testData/diagnostics/tests/functionAsExpression/DifficultInferenceForParameter.txt
2015-09-08 02:04:32 +03:00

5 lines
87 B
Plaintext
Vendored

package
public fun </*0*/ T> foo(/*0*/ f: (T) -> T): T
public fun test(): kotlin.Unit