blob: 2709d299e1935bd0a2a64e627b6b42b4d80307c4 [file] [log] [blame]
fun <R> foo(f: () -> R) = f()
fun test() {
foo (<info descr="null">~bar</info>@ fun(): Boolean { return@<info descr="null">bar</info> false })
}