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 7fa34d0 commit cf5d20eCopy full SHA for cf5d20e
compiler/src/dotty/tools/dotc/core/Substituters.scala
@@ -212,7 +212,7 @@ trait Substituters { this: Context =>
212
fs = fs.tail
213
ts = ts.tail
214
}
215
- if (tp.prefix `eq` NoPrefix) tp else tp.derivedSelect(apply(tp.prefix))
+ if (tp.prefix `eq` NoPrefix) tp else derivedSelect(tp, apply(tp.prefix))
216
case _: ThisType | _: BoundType =>
217
tp
218
case _ =>
0 commit comments