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
[error] Type argument NamedTuple.Empty does not conform to upper bound NamedTuple.AnyNamedTuple
[error] typeNT=NamedTuple.Concat[NamedTuple.Empty, (bla: String)]
[error] ^
Compiler version
3.5.0-RC1-bin-20240516-c608177-NIGHTLY
Minimized code
Output
Expectation
No error.
It seems that
scala3/library/src/scala/NamedTuple.scala
Line 198 in c608177
The text was updated successfully, but these errors were encountered: