We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2697436 commit 1efb41aCopy full SHA for 1efb41a
repl/src/dotty/tools/repl/render.scala
@@ -26,6 +26,7 @@ object Rendering {
26
case ConstantType(c) => ": " + c.value
27
case tpe: ParamRef => ": " + tpe.paramName + ".type"
28
case tpe: TypeRef => ": " + tpe.show
29
+ case tpe: ExprType => ": " + tpe.resType.show
30
case mt: MethodType =>
31
val ps = mt.paramNames.zip(mt.paramInfos).map { (name, tpe) =>
32
val tp = tpe match {
0 commit comments