STATIC_TYPE_WARNING constant

ErrorType const STATIC_TYPE_WARNING

Many, but not all, static warnings relate to types, in which case they are known as static type warnings.

Implementation

static const ErrorType STATIC_TYPE_WARNING =
    const ErrorType('STATIC_TYPE_WARNING', 5, ErrorSeverity.WARNING);