Updated comment

This commit is contained in:
Ron Buckton
2016-10-14 21:34:59 -07:00
parent 980a894787
commit 40e99e7f66

View File

@@ -286,7 +286,6 @@ namespace ts {
// TypeScript property declarations are elided.
case SyntaxKind.Constructor:
// TypeScript constructors are transformed in `visitClassDeclaration`.
return visitConstructor(<ConstructorDeclaration>node);
case SyntaxKind.InterfaceDeclaration: