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 b987eeb commit 68f6aceCopy full SHA for 68f6ace
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -2924,7 +2924,7 @@ object Types {
2924
tp match {
2925
case tp: TypeRef => apply(x, tp.prefix)
2926
case tp: RecThis => RecType.this eq tp.binder
2927
- case tp: LazyRef => true // To be safe, assume a reference exists
+ case tp: LazyRef => this(x, tp.ref)
2928
case _ => foldOver(x, tp)
2929
}
2930
compiler/test/dotc/pos-test-pickling.blacklist
@@ -60,4 +60,3 @@ i9793.scala
60
61
# lazy_implicit symbol has different position after pickling
62
i8182.scala
63
-
0 commit comments