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 55ee74f commit 0f89ae9Copy full SHA for 0f89ae9
scaladoc/src/dotty/tools/scaladoc/tasty/TypesSupport.scala
@@ -378,9 +378,6 @@ trait TypesSupport:
378
case NoPrefix() => true
379
case ThisType(tp) if tp.typeSymbol == classOwner || tp.typeSymbol == elideThis.symbol => true
380
case ThisType(_) if skipThisTypePrefix => true
381
- // case ThisType(_) if elideThis.symbol == classOwner =>
382
- // Thread.dumpStack()
383
- // true
384
case _ =>
385
val flags = tr.typeSymbol.flags
386
flags.is(Flags.Module) || flags.is(Flags.Package)
0 commit comments