DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1 / tests / baselines / reference / oldStyleOctalLiteralTypes.js
12345678
//// [oldStyleOctalLiteralTypes.ts] let x: 010; let y: -020; //// [oldStyleOctalLiteralTypes.js] var x; var y;