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

3 lines
39 B
TypeScript

var x: bool;
var a: boolean = x;
x = a;