Skip to content

Commit db2b422

Browse files
committed
Fixed typo
1 parent ababb2c commit db2b422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ trait Substituters { this: Context =>
240240
def apply(tp: Type): Type = subst(tp, from, to, this)
241241
}
242242

243-
final class SubstDealiasMap(from: List[Symbol], to: List[Type]) extends SubstMap(from, to) {
243+
final class SubstDealiasMap(from: List[Symbol], to: List[Type]) extends DeepTypeMap {
244244
override def apply(tp: Type): Type = substDealias(tp, from, to, this)
245245
}
246246

0 commit comments

Comments
 (0)