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

Complicated type check in TypeBranch #1028

Open
poorna2152 opened this issue Jun 2, 2022 · 0 comments
Open

Complicated type check in TypeBranch #1028

poorna2152 opened this issue Jun 2, 2022 · 0 comments
Labels
optimization Improves size/speed of generated output Type/Improvement

Comments

@poorna2152
Copy link
Contributor

if x is string[] {
} 

Type check generated for the above code does not simply check the whether the type is string[].

@heshanpadmasiri heshanpadmasiri added optimization Improves size/speed of generated output Type/Improvement labels May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization Improves size/speed of generated output Type/Improvement
Projects
None yet
Development

No branches or pull requests

2 participants