TypeScript/tests/cases/conformance/statements/withStatements/withStatements.ts
2014-07-12 17:30:19 -07:00

5 lines
60 B
TypeScript

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