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 46f39d0 commit ec65323Copy full SHA for ec65323
library/src/scala/tasty/reflect/Printers.scala
@@ -1414,17 +1414,7 @@ trait Printers
1414
this += " "
1415
printAnnotation(annot)
1416
}
1417
-/*
1418
- case TypeTree.And(left, right) =>
1419
- printTypeTree(left)
1420
- this += highlightTypeDef(" & ", color)
1421
- printTypeTree(right)
1422
1423
- case TypeTree.Or(left, right) =>
1424
1425
- this += highlightTypeDef(" | ", color)
1426
1427
-*/
1428
case TypeTree.MatchType(bound, selector, cases) =>
1429
printTypeTree(selector)
1430
this += highlightKeyword(" match ", color)
0 commit comments