loop-unused-let.js6 lines
mainRaw
function useFoo() {
  while (1) {
    let foo;
  }
}
Loading syntax highlighting…