julia
35aaf684
- inference: properly propagate `undef`-field for `Conditional` object (#45303)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
inference: properly propagate `undef`-field for `Conditional` object (#45303) It usually doesn't matter as `type_annotate!` will mark the object as used-undef anyway on a usage of `isa(x, T)` expression, but this should be more conceptually correct.
References
#45303 - inference: properly propagate `undef`-field for `Conditional` object
Author
aviatesk
Parents
2168230c
Loading