File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
docs/docs/reference/other-new-features
library/src/scala/tasty/reflect Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ TASTy Reflect provides the following types:
119119 +- TypeTree ----+- Inferred
120120 | +- TypeIdent
121121 | +- TypeSelect
122- | +- Project
122+ | +- Projection
123123 | +- Singleton
124124 | +- Refined
125125 | +- Applied
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ package scala.tasty.reflect
4141 * +- TypeTree ----+- Inferred
4242 * | +- TypeIdent
4343 * | +- TypeSelect
44- * | +- Project
44+ * | +- Projection
4545 * | +- Singleton
4646 * | +- Refined
4747 * | +- Applied
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ package scala.tasty.reflect
4040 * +- TypeTree ----+- Inferred
4141 * | +- TypeIdent
4242 * | +- TypeSelect
43- * | +- Project
43+ * | +- Projection
4444 * | +- Singleton
4545 * | +- Refined
4646 * | +- Applied
You can’t perform that action at this time.
0 commit comments