Adding comment

This commit is contained in:
Anders Hejlsberg
2014-12-16 15:47:22 -08:00
parent 667e82fba2
commit fed3b5c0de

View File

@@ -2291,6 +2291,8 @@ module ts {
case SyntaxKind.ElementAccessExpression:
case SyntaxKind.CallExpression:
case SyntaxKind.ParenthesizedExpression:
// This list is not exhaustive and only includes those cases that are relevant
// to the check in emitArrayLiteral. More cases can be added as needed.
return false;
}
return true;