WARNING: Method definition (::Type{#T<:Any})(Any) in module Inference at coreimg.jl:48 overwritten in module Base at sysimg.jl:60.
The definitions seem identical, so I don't understand why there is the copy in sysimg.jl.
What would change, besides the line number and file information, when you overwrite a method with an identical one?
Could the warning be suppressed in that case (and possibly just keep the original definition, if it doesn't change anything except file/line #)?
-Scott