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.
2 parents e8ae44e + 43d9285 commit 31299e2Copy full SHA for 31299e2
scaladoc/src/dotty/tools/scaladoc/tasty/TypesSupport.scala
@@ -276,7 +276,12 @@ trait TypesSupport:
276
++ inParens(inner(rhs, skipThisTypePrefix), shouldWrapInParens(rhs, t, false))
277
278
case t @ AppliedType(tpe, args) if t.isFunctionType =>
279
- functionType(tpe, args, skipThisTypePrefix)
+ val dealiased = t.dealiasKeepOpaques
280
+ if t == dealiased then
281
+ functionType(tpe, args, skipThisTypePrefix)
282
+ else
283
+ val AppliedType(tpe, args) = dealiased.asInstanceOf[AppliedType]
284
285
286
case t @ AppliedType(tpe, typeList) =>
287
inner(tpe, skipThisTypePrefix) ++ plain("[").l ++ commas(typeList.map { t => t match
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments