From 9e1bf7743355de040a23fbcfe9b1efb9b1db1789 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 22 Nov 2013 18:12:42 +0100 Subject: Renaming: typeConstructor -> typeRef --- src/dotty/tools/dotc/core/TypeOps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/core/TypeOps.scala') diff --git a/src/dotty/tools/dotc/core/TypeOps.scala b/src/dotty/tools/dotc/core/TypeOps.scala index c48a8e715..cdc695ebd 100644 --- a/src/dotty/tools/dotc/core/TypeOps.scala +++ b/src/dotty/tools/dotc/core/TypeOps.scala @@ -146,7 +146,7 @@ trait TypeOps { this: Context => case tp: TypeRef => tp case ErrorType => - defn.AnyClass.typeConstructor + defn.AnyClass.typeRef case _ => throw new TypeError(s"unexpected parent type: $tp") } -- cgit v1.2.3