From db2b4223a08fb5caa8b4fb774aa372b581ee7306 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 22 Jul 2014 19:06:31 +0200 Subject: Fixed typo --- src/dotty/tools/dotc/core/Substituters.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/core/Substituters.scala') diff --git a/src/dotty/tools/dotc/core/Substituters.scala b/src/dotty/tools/dotc/core/Substituters.scala index f5f60e6a5..8beb6995e 100644 --- a/src/dotty/tools/dotc/core/Substituters.scala +++ b/src/dotty/tools/dotc/core/Substituters.scala @@ -240,7 +240,7 @@ trait Substituters { this: Context => def apply(tp: Type): Type = subst(tp, from, to, this) } - final class SubstDealiasMap(from: List[Symbol], to: List[Type]) extends SubstMap(from, to) { + final class SubstDealiasMap(from: List[Symbol], to: List[Type]) extends DeepTypeMap { override def apply(tp: Type): Type = substDealias(tp, from, to, this) } -- cgit v1.2.3