Closed
Description
While looking at scala/bug#4775, scala/bug#8344, scala/bug#11015, I was thinking that T*
should not be a subtype of Seq[T]
(nor even Any
, as it's not an expression type) until we've eliminated repeated params. This is important for overloading resolution (see referenced bugs).
Right? 🤔