fun test() { val fn = fun Int.() = 2 1.fn() } // 1 invoke \(Ljava/lang/Object;\)Ljava/lang/Object;