Skip to content

Commit e223f1b

Browse files
committed
Lint
1 parent 40faaca commit e223f1b

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
@@ -25262,7 +25262,7 @@ namespace ts {
2526225262
if (usageCaseClause) {
2526325263
// Walk up until we're at the same level as the declaring block
2526425264
while (usageCaseClause.parent !== container) {
25265-
usageCaseClause = usageCaseClause!.parent;
25265+
usageCaseClause = usageCaseClause.parent;
2526625266
}
2526725267

2526825268
if (usageCaseClause.pos > symbol.valueDeclaration.pos) {

0 commit comments

Comments
 (0)