Skip to content

Commit cf5d20e

Browse files
smarterodersky
andauthored
Update compiler/src/dotty/tools/dotc/core/Substituters.scala
Co-Authored-By: odersky <odersky@gmail.com>
1 parent 7fa34d0 commit cf5d20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/Substituters.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ trait Substituters { this: Context =>
212212
fs = fs.tail
213213
ts = ts.tail
214214
}
215-
if (tp.prefix `eq` NoPrefix) tp else tp.derivedSelect(apply(tp.prefix))
215+
if (tp.prefix `eq` NoPrefix) tp else derivedSelect(tp, apply(tp.prefix))
216216
case _: ThisType | _: BoundType =>
217217
tp
218218
case _ =>

0 commit comments

Comments
 (0)