fun test() { val fn = fun Int.() = 2 1.fn() } // 1 invoke \(I\)I