mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 06:35:35 -05:00
Fix typo in comment
This commit is contained in:
@@ -3817,7 +3817,7 @@ namespace ts {
|
||||
// new C.x -> not the same as (new C).x
|
||||
//
|
||||
// ObjectLiteral:
|
||||
// {a:1}.toString() -> is incorrect syntax, should be ({a:3}).toString()
|
||||
// {a:1}.toString() -> is incorrect syntax, should be ({a:1}).toString()
|
||||
//
|
||||
const emittedExpression = skipPartiallyEmittedExpressions(expression);
|
||||
if (isLeftHandSideExpression(emittedExpression)
|
||||
|
||||
Reference in New Issue
Block a user