Hello :wave: I have some doubts about expect/actua...
# compiler
n
Hello 👋 I have some doubts about expect/actual support in IR plugins. For functions, for example: • I can see
IrFunction.isExpect
, but how to retrieve the actual (assuming they are compiled together)? Do I need a full module lookup, looking for a function with the same fq name? • Given an IrFunction, how to implement
IrFunction.isActual
?