Skip to content

Commit 99d11db

Browse files
committed
f
1 parent 0d710c8 commit 99d11db

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
@@ -20347,7 +20347,7 @@ namespace ts {
2034720347
}
2034820348
return undefined;
2034920349
}
20350-
const match = nearestMatch as Node;
20350+
const match = nearestMatch;
2035120351
const isShadowed = nearestMatchContainingClass.symbol !== leftType.symbol;
2035220352
if (!isShadowed) {
2035320353
return prop;

0 commit comments

Comments
 (0)