typeInferenceError property

TopLevelInferenceError? typeInferenceError
getter/setter pairinherited

The error reported during type inference for this variable, or null if this variable is not a subject of type inference, or there was no error.

Implementation

TopLevelInferenceError? typeInferenceError;