FIR2IR: do not convert @ExtensionFunctionType twice

This commit is contained in:
Jinseong Jeon
2020-12-16 14:22:02 -08:00
committed by TeamCityServer
parent 4608431682
commit fe0c25693d
29 changed files with 168 additions and 230 deletions
@@ -1,2 +1,3 @@
// FIR_IDENTICAL
fun test(receiver: Any?, fn: Any.(Int, String) -> Unit) =
receiver?.fn(42, "Hello")