Function static_property_cannot_be_readonly

Source
pub fn static_property_cannot_be_readonly(
    state: &mut State<'_>,
    class: Option<&SimpleIdentifier>,
    property: &SimpleVariable,
    static_span: Span,
    readonly_span: Span,
) -> ParseError