Gleb Minaev
03/29/2026, 11:17 PMcreate*Function function requires a return type that should be resolved (as said in FIR plugins doc). And the original function that I would like to copy has expression body which type is not resolved only after the phase the new function is generated. So I get Unexpected returnTypeRef. Expected is FirResolvedTypeRef, but was FirImplicitTypeRefImplWithoutSource. Is it possible to work around it?dmitriy.novozhilov
03/30/2026, 6:54 AM