blob: 179a9737ed0ddbb10fb81f799a17b4d7815d5cbf [file] [log] [blame]
fun foo(f: () -> String) {}
fun test() {
foo(fun(): String {
return ""
})
}