mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
86295ba8f2
**Related issue:** - Closes https://github.com/swc-project/swc/issues/7045.
2 lines
40 B
JavaScript
2 lines
40 B
JavaScript
a = 1, delete a, console.log(typeof a);
|