swc/crates/swc_ecma_parser/tests/tsc/plainJSRedeclare2.ts

8 lines
153 B
TypeScript
Raw Normal View History

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