mirror of
https://github.com/swc-project/swc.git
synced 2025-01-03 11:01:52 +03:00
5 lines
62 B
JavaScript
5 lines
62 B
JavaScript
|
(function() {
|
||
|
if (a) return b;
|
||
|
if (b) return c;
|
||
|
}());
|