Regression in alterationx10/opinionated-zio #18277
Labels
area:typer
itype:bug
regression
This worked in a previous version but doesn't anymore
stat:needs spec
New regression found in the Open CB: https://github.com/VirtusLab/community-build3/actions/runs/5626149769/job/15249547099
Compiler version
3.3.2-RC1-bin-20230720-98b452d-NIGHTLY
Works in 3.3.1-RC4
Bisect points to: 027923c
Minimized code
Output
Expectation
I'm not sure if this code should compile or should not.
In 3.3.0 this code was using
ClassTag[Object]
so if it worked user can potentially provide instance ofgiven ClassTag[UAnyType[p.MirroredElemTypes]] = ClassTag.AnyRef.asInstanceOf[...]
Alternatively the context of usage was to create an instance of
p
usingp.fromProduct
. Having a variant allowing to use List instead of Array should fix it (currently only Array, IArray and Product is allowed`The text was updated successfully, but these errors were encountered: