TypeScript/tests/baselines/reference/commentOnParenthesizedExpressionOpenParen1.types

16 lines
575 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/commentOnParenthesizedExpressionOpenParen1.ts ===
var j;
2015-04-13 23:01:57 +02:00
>j : any, Symbol(j, Decl(commentOnParenthesizedExpressionOpenParen1.ts, 0, 3))
2014-08-15 23:33:16 +02:00
var f: () => any;
2015-04-13 23:01:57 +02:00
>f : () => any, Symbol(f, Decl(commentOnParenthesizedExpressionOpenParen1.ts, 1, 3))
2014-08-15 23:33:16 +02:00
<any>( /* Preserve */ j = f());
><any>( /* Preserve */ j = f()) : any
>( /* Preserve */ j = f()) : any
>j = f() : any
2015-04-13 23:01:57 +02:00
>j : any, Symbol(j, Decl(commentOnParenthesizedExpressionOpenParen1.ts, 0, 3))
2014-08-15 23:33:16 +02:00
>f() : any
2015-04-13 23:01:57 +02:00
>f : () => any, Symbol(f, Decl(commentOnParenthesizedExpressionOpenParen1.ts, 1, 3))
2014-08-15 23:33:16 +02:00