Skip to content

Commit ff41caa

Browse files
committed
Fix merge conflict
1 parent b3371c9 commit ff41caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaladoc/src/dotty/tools/scaladoc/tasty/TypesSupport.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ trait TypesSupport:
119119
case AnnotatedType(tpe, _) =>
120120
inner(tpe, skipThisTypePrefix)
121121
case FlexibleType(tpe) =>
122-
inner(tpe)
122+
inner(tpe, skipThisTypePrefix)
123123
case tl @ TypeLambda(params, paramBounds, AppliedType(tpe, args))
124124
if paramBounds.forall { case TypeBounds(low, hi) => low.typeSymbol == defn.NothingClass && hi.typeSymbol == defn.AnyClass }
125125
&& params.length == args.length

0 commit comments

Comments
 (0)