letconst_global_shadow_deleted.baseline 114 B

123456789101112
  1. global x
  2. undefined
  3. global y
  4. undefined
  5. let x
  6. undefined
  7. let x
  8. global x
  9. const y
  10. undefined
  11. const y
  12. getter