TypeScript/tests/baselines/reference/parser509677.types

6 lines
223 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509677.ts ===
var n: { y: string };
2015-04-13 23:01:57 +02:00
>n : { y: string; }, Symbol(n, Decl(parser509677.ts, 0, 3))
>y : string, Symbol(y, Decl(parser509677.ts, 0, 8))
2014-08-15 23:33:16 +02:00