Add colon

This commit is contained in:
Andy Hanson
2017-03-28 09:53:49 -07:00
parent 1cf765d664
commit 84a316bce2

View File

@@ -3625,7 +3625,7 @@ namespace ts {
// Private/protected properties/methods are not visible
return false;
}
// Public properties/methods are visible if its parents are visible, so
// Public properties/methods are visible if its parents are visible, so:
// falls through
case SyntaxKind.Constructor: