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

8 lines
154 B
TypeScript
Raw Normal View History

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