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

5 lines
56 B
TypeScript

var x = 12;
with (x) {
name = 'twelve'
id = 12
}