We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4868fb2 commit 92a9d05Copy full SHA for 92a9d05
compiler/src/dotty/tools/dotc/ast/Desugar.scala
@@ -432,7 +432,7 @@ object desugar {
432
if (targs.isEmpty) tycon else AppliedTypeTree(tycon, targs)
433
}
434
def product =
435
- if (arity > Definitions.MaxTupleArity) scalaDot(nme.Product.toTypeName)
+ if (arity > Definitions.MaxTupleArity) scalaDot(str.Product.toTypeName)
436
else productConstr(arity)
437
438
// Case classes and case objects get Product/ProductN parents
0 commit comments