mirror of
https://github.com/swc-project/swc.git
synced 2024-12-04 19:46:22 +03:00
708efebac9
- fix comment line's end to be on same line.
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
(function() {
|
|
a = a += 1; // This is global varible, so observable by getter.
|
|
}());
|