julia
232ee11f - Fix ~370 invalidations from Expr(:ncat, ...) pretty-printing (#41877)

Commit
4 years ago
Fix ~370 invalidations from Expr(:ncat, ...) pretty-printing (#41877) These get invalidated by loading Static.jl, specifically the method ``` Base.convert(::Type{T}, ::StaticInt{N}) where {T<:Number,N} = convert(T, N) ```
Author
Parents
Loading