We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a79e2 commit 1cc8590Copy full SHA for 1cc8590
compiler/src/dotty/tools/dotc/printing/PlainPrinter.scala
@@ -451,7 +451,7 @@ class PlainPrinter(_ctx: Context) extends Printer {
451
homogenize(tp) match
452
case tp: TermRef if tp.symbol == defn.captureRoot => "cap"
453
case tp: SingletonType => toTextRef(tp)
454
- case tp: (TypeRef | TypeParamRef) => toText(tp) ~ "^"
+ case tp: (TypeRef | TypeParamRef) => toText(tp)
455
case ReadOnlyCapability(tp1) => toTextCaptureRef(tp1) ~ ".rd"
456
case ReachCapability(tp1) => toTextCaptureRef(tp1) ~ "*"
457
case MaybeCapability(tp1) => toTextCaptureRef(tp1) ~ "?"
0 commit comments