swc/crates/swc_ecma_parser/tests/tsc/propertyAccessNumericLiterals.ts
2023-04-24 14:59:19 +00:00

13 lines
243 B
TypeScript

0xffffffff.toString();
0o01234.toString();
0b01101101.toString();
1234..toString();
1e0.toString();
000.toString();
08.8e5.toString();
0_8.8e5.toString();
8.8e5.toString();
088e4.toString();
88_e4.toString();
88e4.toString();
8_8e4.toString();