Skip to content
  • Ian Lynagh's avatar
    Handle IND_STATIC in isRetainer · 129e7b91
    Ian Lynagh authored
    IND_STATIC used to be an error, but at the moment it can happen
    as isAlive doesn't look through IND_STATIC as it ignores static
    closures. See trac #3956 for a program that hit this error.
    129e7b91