// ISSUE: KT-64891 // FIR_DUMP fun test(f: (Int) -> Int) { 2.(f)() } typealias TA = Int.() -> Int fun rest(f: TA) { 2.(f)() }