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.
1 parent 837afec commit eb81076Copy full SHA for eb81076
compiler/src/dotty/tools/dotc/core/Definitions.scala
@@ -1777,6 +1777,7 @@ class Definitions {
1777
.updated(SingletonClass, ObjectClass)
1778
.updated(TupleClass, ProductClass)
1779
.updated(NonEmptyTupleClass, ProductClass)
1780
+ .updated(PairClass, ObjectClass)
1781
1782
// ----- Initialization ---------------------------------------------------
1783
0 commit comments