Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report unreachable when a sub-expression is Never #520

Open
KotlinIsland opened this issue Sep 22, 2023 · 1 comment · May be fixed by #532
Open

Report unreachable when a sub-expression is Never #520

KotlinIsland opened this issue Sep 22, 2023 · 1 comment · May be fixed by #532
Labels

Comments

@KotlinIsland
Copy link
Owner

print(exit())
print("hi")  # error: unreachable

I would expect the first print to also be unreachable

@KotlinIsland KotlinIsland linked a pull request Oct 10, 2023 that will close this issue
@KotlinIsland KotlinIsland added the p-1 high label Jan 4, 2024
@KotlinIsland
Copy link
Owner Author

can this be fast tracked to the next release?

@KotlinIsland KotlinIsland added the p-0 urgent label Aug 11, 2024
@KotlinIsland KotlinIsland removed the p-1 high label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant