blob: cfcf7dd84aec9fc0a63cf83f64426d2d38b2b703 [file]
fun takeAnyFun(function: Function<*>) {}
fun test(block: () -> Unit) {
takeAnyFun(block)
}