File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
docs/docs/reference/other-new-features
library/src/scala/tasty/reflect Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,6 @@ TASTy Reflect provides the following types:
124
124
+- TypeOrBoundsTree ---+ +- Refined
125
125
| +- Applied
126
126
| +- Annotated
127
- | +- And
128
- | +- Or
129
127
| +- MatchType
130
128
| +- ByName
131
129
| +- LambdaTypeTree
Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ package scala.tasty.reflect
45
45
* +- TypeOrBoundsTree ---+ +- Refined
46
46
* | +- Applied
47
47
* | +- Annotated
48
- * | +- And
49
- * | +- Or
50
48
* | +- MatchType
51
49
* | +- ByName
52
50
* | +- LambdaTypeTree
@@ -295,12 +293,6 @@ trait Core {
295
293
/** Type tree representing an annotated type */
296
294
type Annotated <: TypeTree
297
295
298
- /** Type tree representing an intersection type */
299
- type And <: TypeTree
300
-
301
- /** Type tree representing a union type */
302
- type Or <: TypeTree
303
-
304
296
/** Type tree representing a type match */
305
297
type MatchType <: TypeTree
306
298
You can’t perform that action at this time.
0 commit comments