julia
b9f8b8b8 - remove bad method specialization from cache (#39429)

Commit
5 years ago
remove bad method specialization from cache (#39429) This was inserting a method with signature [Int, Int], rather than Tuple{typeof(+), Int, Int}. Fix that and add a test for it so it doesn't happen again.
Author
Parents
Loading