Skip to content

Commit 66c3093

Browse files
committed
Lint
1 parent c4f8fb2 commit 66c3093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3169,7 +3169,7 @@ namespace ts {
31693169
if (type === undefined) {
31703170
type = getWidenedTypeForVariableLikeDeclaration(<VariableLikeDeclaration>declaration, /*reportErrors*/ true);
31713171
}
3172-
3172+
31733173
if (!popTypeResolution()) {
31743174
if ((<VariableLikeDeclaration>symbol.valueDeclaration).type) {
31753175
// Variable has type annotation that circularly references the variable itself

0 commit comments

Comments
 (0)