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

2 lines
39 B
TypeScript

var x: typeof undefined;
x = undefined;