Behavior changes of intersect
operations related to Array.empty[T]
between 2.13.5 and 2.13.6
#12403
Labels
Milestone
reproduction steps
using Scala 2.13.6,
but using Scala 2.13.5
problem
There are behavior changes of
intersect
operations related toArray.empty[T]
,return Array()
is replaced by throwClassCastException
, Is this expected or a bug?The text was updated successfully, but these errors were encountered: