=== tests/cases/compiler/commentOnParenthesizedExpressionOpenParen1.ts === var j; >j : any, Symbol(j, Decl(commentOnParenthesizedExpressionOpenParen1.ts, 0, 3)) var f: () => any; >f : () => any, Symbol(f, Decl(commentOnParenthesizedExpressionOpenParen1.ts, 1, 3)) ( /* Preserve */ j = f()); >( /* Preserve */ j = f()) : any >( /* Preserve */ j = f()) : any >j = f() : any >j : any, Symbol(j, Decl(commentOnParenthesizedExpressionOpenParen1.ts, 0, 3)) >f() : any >f : () => any, Symbol(f, Decl(commentOnParenthesizedExpressionOpenParen1.ts, 1, 3))