TypeScript/tests/baselines/reference/propertyAccess6.symbols
2015-04-15 16:44:20 -07:00

8 lines
186 B
Plaintext

=== tests/cases/compiler/propertyAccess6.ts ===
var foo: any;
>foo : Symbol(foo, Decl(propertyAccess6.ts, 0, 3))
foo.bar = 4;
>foo : Symbol(foo, Decl(propertyAccess6.ts, 0, 3))