Skip to content

Commit

Permalink
Fix tuple erasure (2nd attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed Oct 5, 2021
1 parent 837afec commit eb81076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/src/dotty/tools/dotc/core/Definitions.scala
Expand Up @@ -1777,6 +1777,7 @@ class Definitions {
.updated(SingletonClass, ObjectClass)
.updated(TupleClass, ProductClass)
.updated(NonEmptyTupleClass, ProductClass)
.updated(PairClass, ObjectClass)

// ----- Initialization ---------------------------------------------------

Expand Down

0 comments on commit eb81076

Please sign in to comment.