TypeScript/tests/cases/compiler/constDeclarations-es5.ts
2014-10-12 21:10:04 -07:00

6 lines
107 B
TypeScript

// @target: ES5
const z7 = false;
const z8: number = 23;
const z9 = 0, z10 :string = "", z11 = null;