TypeScript/tests/baselines/reference/parser509677.types

6 lines
143 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 };
>n : { y: string; }
>y : string
2014-08-15 23:33:16 +02:00