TypeScript/tests/cases/compiler/es3-oldStyleOctalLiteralTypes.ts

4 lines
44 B
TypeScript
Raw Normal View History

2016-12-19 09:36:20 +01:00
// @target: ES3
let x: 010;
let y: -020;