Update comment

This commit is contained in:
Nathan Shively-Sanders 2017-04-05 15:49:34 -07:00
parent 7e3c0337cf
commit 441e54ce00

View File

@ -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;
}