Skip to content

Commit ec65323

Browse files
committed
Remove commented code
1 parent 46f39d0 commit ec65323

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

library/src/scala/tasty/reflect/Printers.scala

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,17 +1414,7 @@ trait Printers
14141414
this += " "
14151415
printAnnotation(annot)
14161416
}
1417-
/*
1418-
case TypeTree.And(left, right) =>
1419-
printTypeTree(left)
1420-
this += highlightTypeDef(" & ", color)
1421-
printTypeTree(right)
14221417

1423-
case TypeTree.Or(left, right) =>
1424-
printTypeTree(left)
1425-
this += highlightTypeDef(" | ", color)
1426-
printTypeTree(right)
1427-
*/
14281418
case TypeTree.MatchType(bound, selector, cases) =>
14291419
printTypeTree(selector)
14301420
this += highlightKeyword(" match ", color)

0 commit comments

Comments
 (0)