mirror of
https://github.com/swc-project/swc.git
synced 2025-01-04 19:47:10 +03:00
c6b22c57f8
Co-authored-by: Fábio Santos <fabiosantosart@gmail.com>
5 lines
74 B
JavaScript
5 lines
74 B
JavaScript
!(function () {
|
|
var t = {};
|
|
console.log(([t.a] = [42])[0]);
|
|
})();
|