pub fn switch_stmt(p: &mut Parser<'_>) -> CompletedMarkerExpand description
A switch statement such as
switch (a) {
case foo:
bar();
}pub fn switch_stmt(p: &mut Parser<'_>) -> CompletedMarkerA switch statement such as
switch (a) {
case foo:
bar();
}