mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +03:00
064bcf4854
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
2 lines
38 B
JavaScript
2 lines
38 B
JavaScript
({ a = 1 }, { b = 2 }, { c = 3 })=>4;
|