From 84a316bce26ff97512973fb4aef2af4738b7f49b Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Tue, 28 Mar 2017 09:53:49 -0700 Subject: [PATCH] Add colon --- src/compiler/checker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/checker.ts b/src/compiler/checker.ts index 5dc8f83ff5b..9ee44d59ef3 100644 --- a/src/compiler/checker.ts +++ b/src/compiler/checker.ts @@ -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: