From 441e54ce00c564eda76a821277d23f37bf6fef02 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders Date: Wed, 5 Apr 2017 15:49:34 -0700 Subject: [PATCH] Update comment --- src/compiler/checker.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/checker.ts b/src/compiler/checker.ts index 409c83573ca..404767aee8b 100644 --- a/src/compiler/checker.ts +++ b/src/compiler/checker.ts @@ -1597,7 +1597,6 @@ namespace ts { } // Unlike a failed import, an untyped module produces a dummy symbol. // This is checked for by `isUntypedOrShorthandAmbientModuleSymbol`. - // This must be different than `unknownSymbol` because `getBaseConstructorTypeOfClass` won't fail for `unknownSymbol`. return untypedModuleSymbol; }