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 68b4e6c commit 4f21340Copy full SHA for 4f21340
src/dotty/tools/dotc/printing/PlainPrinter.scala
@@ -120,7 +120,7 @@ class PlainPrinter(_ctx: Context) extends Printer {
120
case tp: TermRef if tp.denot.isOverloaded =>
121
"<overloaded " ~ toTextRef(tp) ~ ">"
122
case tp: SingletonType =>
123
- toText(tp.underlying) ~ "(" ~ toTextRef(tp) ~ ")"
+ toTextLocal(tp.underlying) ~ "(" ~ toTextRef(tp) ~ ")"
124
case tp: TypeRef =>
125
toTextPrefix(tp.prefix) ~ selectionString(tp)
126
case tp: RefinedType =>
0 commit comments