Subtyping is wrong (because of variable bounds?) #26654
Labels
bug
Indicates an unexpected problem or unintended behavior
types and dispatch
Types, subtyping and method dispatch
Julia used to say
true
(e.g. in 0.6.2) here:but current master, quite reasonably, says
false
. If you change, though,Ref
toVal
it istrue
again:Which seems to be a bug.
The text was updated successfully, but these errors were encountered: