We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c46530 commit 0c0d22fCopy full SHA for 0c0d22f
scaladoc/src/dotty/tools/scaladoc/tasty/SymOps.scala
@@ -167,7 +167,7 @@ object SymOps:
167
}
168
169
sym.tree match
170
- case tree: DefDef =>
+ case tree: DefDef =>
171
tree.paramss.partition(_.params.headOption.flatMap(param =>
172
comparePositionStarts(param.symbol.pos, tree.symbol.pos)).getOrElse(false)
173
)
@@ -176,7 +176,7 @@ object SymOps:
176
def extendedTypeParams: List[reflect.TypeDef] =
177
import reflect.*
178
179
180
tree.leadingTypeParams
181
case _ => Nil
182
0 commit comments