Closed JordanBoltonMN closed 1 year ago
Variable lists are optional for LetExpressions, meaning let in 1 is valid code. I thought this was covered, but it's incorrectly checking nextToken rather than currentToken
let in 1
Variable lists are optional for LetExpressions, meaning
let in 1
is valid code. I thought this was covered, but it's incorrectly checking nextToken rather than currentToken