Youssef Shoaib [MOD]
02/25/2021, 9:38 PMIrFunctionExpressionImpl
with a function build using context.irFactory.buildFun
but it's giving me issues about the parent. If I try to set the parent to the containing function (i.e. the function that the inline function is called from), it gives me an error saying "unexpected parent functionName". I'm guessing that there's probably something specific that I need to put for the parent but I'm not entirely sure what it is.shikasd
02/25/2021, 9:52 PMIrDeclarationOrigin.LOCAL_FUNCTION_FOR_LAMBDA
to that generated function?Youssef Shoaib [MOD]
02/25/2021, 10:51 PM