You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trait SpecFun[@specialized T] {
type Res
def res: Res
}
object Test {
// the symbols for the `op` argument get out of synch
def m[@specialized T](op: SpecFun[T]): op.Res = op.res
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: