()
| 1253 | } |
| 1254 | |
| 1255 | public VariableStatement variableStatementNoIn() { |
| 1256 | return variableStatement(true); |
| 1257 | } |
| 1258 | |
| 1259 | public VariableStatement variableStatement(boolean noIn) { |
| 1260 | Token position = consume(VAR); |
nothing calls this directly
no test coverage detected