julia
d4f6fd24 - Improve inference for ismutable with missing sparam (#46693)

Commit
3 years ago
Improve inference for ismutable with missing sparam (#46693) We could already infer `ismutable(RefValue{T})` if we knew what `T` was at inference time. However, the mutable does of course not change depending on what `T` is, so fix that up by adding an appropriate special case in `_getfield_tfunc`.
Author
Parents
Loading