julia
4995d3f5
- REPLCompletions: allow field completions for `Union` results (#50503)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
REPLCompletions: allow field completions for `Union` results (#50503) This generalizes the idea of #50483 and enables field completions when the result type is inferred to be `Union{A,B}` where `A` is not necessarily the same type as `B`.
References
#50503 - REPLCompletions: allow field completions for `Union` results
Author
aviatesk
Parents
e64d2013
Loading