Closed
Description
val t: Tuple = Tuple.fromArray(Array[Object]("1", "2", "3"))
fails with
-- Error: /Users/nicolasstucki/GitHub/dotty/library/src-3.x/scala/Tuple.scala:168:21
168 | inline constValue[BoundedSize[T]] match {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|not a constant type: scala.Tuple.BoundedSize[Nothing]; cannot take constValue
| This location is in code that was inlined at Foo.scala:2