Skip to content

Commit 777c309

Browse files
committed
Change type inheritance diagram
to account for the fact the GenericTypes are now TypeProxies.
1 parent 92b891f commit 777c309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dotty/tools/dotc/core/Types.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ object Types {
6161
* | +- ExprType
6262
* | +- AnnotatedType
6363
* | +- TypeVar
64+
* | +- GenericType ----+- PolyType
65+
* | +- TypeLambda
6466
* |
6567
* +- GroundType -+- AndType
6668
* +- OrType
6769
* +- MethodType -----+- ImplicitMethodType
6870
* | +- JavaMethodType
6971
* +- ClassInfo
70-
* +- GenericType ----+- PolyType
71-
* | +- TypeLambda
7272
* |
7373
* +- NoType
7474
* +- NoPrefix

0 commit comments

Comments
 (0)