mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
7 lines
116 B
TypeScript
7 lines
116 B
TypeScript
// @target: es6
|
|
0xffffffff.toString();
|
|
0o01234.toString();
|
|
0b01101101.toString();
|
|
1234..toString();
|
|
1e0.toString();
|