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 8aa6352 commit dff27e7Copy full SHA for dff27e7
compiler/src/dotty/tools/dotc/printing/PlainPrinter.scala
@@ -222,7 +222,7 @@ class PlainPrinter(_ctx: Context) extends Printer {
222
boxText
223
~ toTextLocal(parent)
224
~ "^"
225
- ~ toTextGeneralCaptureSet(refs).provided(!isUniversalCaptureSet(refs))
+ ~ toTextGeneralCaptureSet(refs).provided(!isUniversalCaptureSet(refs) || ccVerbose)
226
227
def toText(tp: Type): Text = controlled {
228
homogenize(tp) match {
0 commit comments