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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests/pending/tuple-erased.scala fails assertions at runtime about the erased classes. It fails because Tuple23 is not a Product.
tests/pending/tuple-erased.scala
Tuple23
Product
Should TupleN for N>22 be a Product?
TupleN
N>22
The text was updated successfully, but these errors were encountered:
Why not?
Sorry, something went wrong.
Yes, it should. Did not think it through.
Fix scala#5270: Make TupleXXL extend Product
cc05fc4
6058d20
Merge pull request #5274 from dotty-staging/fix-#5270
be9264b
Fix #5270: Make TupleXXL extend Product
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
tests/pending/tuple-erased.scala
fails assertions at runtime about the erased classes. It fails becauseTuple23
is not aProduct
.Should
TupleN
forN>22
be aProduct
?The text was updated successfully, but these errors were encountered: