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)]
Output
Expectation
Compiles in scala 3.3.1.
The text was updated successfully, but these errors were encountered:
Compiler version
3.4.0-RC1
Minimized code
Output
Expectation
Compiles in scala 3.3.1.
The text was updated successfully, but these errors were encountered: