aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Types.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/core/Types.scala')
-rw-r--r--src/dotty/tools/dotc/core/Types.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/core/Types.scala b/src/dotty/tools/dotc/core/Types.scala
index 297f58cd5..252901b17 100644
--- a/src/dotty/tools/dotc/core/Types.scala
+++ b/src/dotty/tools/dotc/core/Types.scala
@@ -15,7 +15,7 @@ import SymDenotations._
import Decorators._
import Denotations._
import Periods._
-import TypedTrees.tpd._, TypedTrees.TreeMapper
+import TypedTrees.tpd._, TypedTrees.TreeMapper, util.Texts._
import transform.Erasure
import scala.util.hashing.{ MurmurHash3 => hashing }
import collection.mutable
@@ -663,7 +663,7 @@ object Types {
*/
def signature(implicit ctx: Context): Signature = NotAMethod
- def show(implicit ctx: Context): String = ctx.show(this, Printers.GlobalPrec)
+ def toText(implicit ctx: Context): Text = ctx.toText(this, Printers.GlobalPrec)
// ----- hashing ------------------------------------------------------