TypeScript/tests/baselines/reference/propertyAccess6.symbols

8 lines
186 B
Plaintext
Raw Normal View History

=== 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))