=== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509677.ts === var n: { y: string }; >n : { y: string; }, Symbol(n, Decl(parser509677.ts, 0, 3)) >y : string, Symbol(y, Decl(parser509677.ts, 0, 8))