swc/crates/swc_ecma_parser/tests/tsc/plainJSRedeclare2.ts
2022-02-04 17:08:38 +09:00

8 lines
153 B
TypeScript

// @outdir: out/
// @allowJS: true
// @checkJS: true
// @filename: plainJSRedeclare.js
const orbitol = 1
var orbitol = 1 + false
orbitol.toExponential()