swc/crates/swc_ecma_parser/tests/tsc/parser.numericSeparators.octal.ts

5 lines
42 B
TypeScript

0o00_11;
0O0_1;
0o1100_0011;
0O0_11_0101;