julia
35aaf684 - inference: properly propagate `undef`-field for `Conditional` object (#45303)

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.
Author
Parents
Loading