Commit 49e9d67
committed
Avoid crashing when compiling stdLib213
package scala does not have a member class Tuple2$mcCI$sp while compiling
/__w/dotty/dotty/community-build/community-projects/stdLib213/src/library/scala/AnyValCompanion.scala,
...
[error] dotty.tools.dotc.core.TypeError: package scala does not have a member class Tuple2$mcCI$sp
[error] at dotty.tools.dotc.core.Denotations$Denotation.requiredSymbol(Denotations.scala:305)
[error] at dotty.tools.dotc.core.Denotations$Denotation.requiredClass(Denotations.scala:340)
[error] at dotty.tools.dotc.core.Definitions.SpecialisedTuple(Definitions.scala:1335)
[error] at dotty.tools.dotc.transform.SpecializeTuples.transformApply(SpecializeTuples.scala:27)1 parent e6042a5 commit 49e9d67
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1634 | 1634 | | |
1635 | 1635 | | |
1636 | 1636 | | |
| 1637 | + | |
1637 | 1638 | | |
1638 | 1639 | | |
1639 | 1640 | | |
| |||
0 commit comments