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

11 lines
226 B
Plaintext

=== tests/cases/compiler/commentsPropertySignature1.ts ===
var a = {
>a : Symbol(a, Decl(commentsPropertySignature1.ts, 0, 3))
/** own x*/
x: 0
>x : Symbol(x, Decl(commentsPropertySignature1.ts, 0, 9))
};