Files
kotlin-fork/compiler/testData/diagnostics/tests/declarationChecks/anonymousFunAsLastExpressionInBlock.txt
T
2016-03-23 20:08:15 +03:00

5 lines
105 B
Plaintext
Vendored

package
public fun foo(/*0*/ block: () -> () -> kotlin.Int): kotlin.Unit
public fun test(): kotlin.Unit