o_ResolveForward

open override fun o_ResolveForward(self: AvailObject, forwardDefinition: A_BasicObject)

The interpreter is in the process of resolving this forward declaration. Record the fact that this definition no longer needs to be cleaned up if the rest of the module compilation fails.

Parameters

self

The module.

forwardDefinition

The forward declaration to be removed.