[][src]Function rslint_parser::syntax::stmt::switch_stmt

pub fn switch_stmt(p: &mut Parser<'_>) -> CompletedMarker

A switch statement such as

switch (a) {
    case foo:
        bar();
}