sschr15
12/14/2024, 6:34 AMval parent = declaration.parent
if (parent is IrDeclarationContainer) {
parent.addChild(memoizeMap)
} else error(parent.dump())
sschr15
12/14/2024, 6:39 AMjavap
against the classfile also shows the absence of the fieldsschr15
12/14/2024, 7:40 AMisStatic
matching that of the function, but that is false
in most top-level functions. I fixed it by setting the static option to either the function being static or top-levelKroppeb
12/14/2024, 8:05 AM