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

8 lines
154 B
TypeScript

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