X Tutup
The Wayback Machine - https://web.archive.org/web/20251224155310/https://github.com/microsoft/TypeScript/pull/41748
Skip to content

Conversation

@a-tarasyuk
Copy link
Contributor

@a-tarasyuk a-tarasyuk commented Dec 1, 2020

Fixes the following issue:

if (((required1 && b))) {
    required1();
}

Part of #40197

/cc @sandersn

@typescript-bot
Copy link
Collaborator

This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise.

@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Dec 1, 2020
@a-tarasyuk a-tarasyuk force-pushed the fix/improve-uncalled-function-checks branch from af4c84d to 14ee50a Compare December 1, 2020 15:24
@a-tarasyuk a-tarasyuk requested a review from sandersn December 2, 2020 07:54
@a-tarasyuk a-tarasyuk force-pushed the fix/improve-uncalled-function-checks branch from 14ee50a to 80b68a6 Compare December 4, 2020 07:20
@sandersn sandersn merged commit a5c3cb4 into microsoft:master Dec 5, 2020
scalder27 pushed a commit to scalder27/TypeScript that referenced this pull request Dec 7, 2020
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup