// COMPARE_WITH_LIGHT_TREE fun Any.foo1() : (i : Int) -> Unit { return {} } fun test(a : Any) { a.foo1()() }