mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 15:12:08 +03:00
3 lines
45 B
TypeScript
3 lines
45 B
TypeScript
while (`abc${0}abc`) {
|
|
`def${1}def`;
|
|
} |