TypeScript/tests/baselines/reference/numericUnderscoredSeparator(target=es2015).js

13 lines
198 B
TypeScript

//// [numericUnderscoredSeparator.ts]
1_000_000_000_000
0b1010_0001_1000_0101
0b1010_0001_1000_0101
0xA0_B0_C0
//// [numericUnderscoredSeparator.js]
1000000000000;
41349;
41349;
10531008;