We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It seems weird that this produces a "Recursion limit exceeded" error:
Recursion limit exceeded
type M = { type T[+A]; type Ev >: T[Any] <: T[Nothing] } val M: M = ().asInstanceOf[M] def dcast(m: M.T[Any]): M.T[Int] = m: M.Ev