mirror of
https://github.com/swc-project/swc.git
synced 2025-01-03 11:01:52 +03:00
c6b22c57f8
Co-authored-by: Fábio Santos <fabiosantosart@gmail.com>
13 lines
153 B
JavaScript
13 lines
153 B
JavaScript
console.log(
|
|
void 0,
|
|
[1, 2, 3, a] + 1,
|
|
"1,2,3,41",
|
|
[1, 2, 3, a][0] + 1,
|
|
2,
|
|
3,
|
|
NaN,
|
|
"1,21",
|
|
5,
|
|
(void 0)[1] + 1
|
|
);
|