mirror of
https://github.com/swc-project/swc.git
synced 2025-01-02 02:26:09 +03:00
2 lines
81 B
JavaScript
2 lines
81 B
JavaScript
|
console.log(1 + "", "1", 1 + 2 + "", 1 + "2", "1" + 2, "1" + "2", (x += "foo"));
|