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
importscala.compiletime.summonAllinlinedeff[M<:Tuple]:Unit= {
typeAlias=Tuple.Map[M, [X] =>>Numeric[X]]
summonAll[Tuple.Map[M, [X] =>>Numeric[X]]] // compiles
summonAll[Alias] // error: Tuple element types must be known at compile time
}
valy1= f[(Int, Int)]