Test262 appears to lack coverage ensuring that the BigInt suffix must be lowercase `n`. For example, this should fail during parsing: ```js /*--- features: [BigInt] negative: phase: parse type: SyntaxError ---*/ $DONOTEVALUATE(); 1N; ```
Test262 appears to lack coverage ensuring that the BigInt suffix must be lowercase
n.For example, this should fail during parsing: