1A byte constant wasn't correctly ended.23Erroneous code example:45```compile_fail,E07636let c = b'a; // error!7```89To fix this error, add the missing quote:1011```12let c = b'a'; // ok!13```
Findings
✓ No findings reported for this file.
1A byte constant wasn't correctly ended.23Erroneous code example:45```compile_fail,E07636let c = b'a; // error!7```89To fix this error, add the missing quote:1011```12let c = b'a'; // ok!13```
Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.