rnett
07/11/2025, 1:26 AMcreateMemberFunction
. The javadocs of valueParameter
say that if hasDefaultValue
is true the value must be generated in IR. That's fine. But when I set it, I don't even get that far - Fir2IrVisitor
throws because the expression for the default value is STUB
. Is there a way around this? I can build the default value in FIR but it's rather awkward and IIUC we shouldn't be building bodies in FIR in pluginsYoussef Shoaib [MOD]
07/11/2025, 2:48 AMNothing
expression.rnett
07/11/2025, 3:10 AMJavier
07/11/2025, 8:00 AMTODO()
approach