Carpet

Carpet

2M Downloads

[Question] Is this supposed to fall-through?

altrisi opened this issue ยท 2 comments

commented

Was bored and passed google's errorprone in commandline (was awful)

outputQueue.add(stack.pop());
}
case MARKER:
if ("$".equals(token.surface))

case VARIABLE:
LazyValue var = getGlobalVariable(tok.surface);
if (var != null)
{
argv.add(var);
break;
}
case STRINGPARAM:
argv.add((c, t) -> new StringValue(tok.surface));

commented

yeah, these have no effect. Don't matter. You can do good to errorprone if you want to, but maybe on 1.17 when its stable. Not sure if there are plans for starting snapshots immediately after 117

commented

never heard of that. Once 1.17 is out and stabl-ish, I should do the full sweep