Skip to content

Commit 831abc1

Browse files
committed
Fixed Type hierarchy diagram
1 parent 5c773fb commit 831abc1

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,17 @@ object Types {
3333
*
3434
* Type -+- ProxyType --+- NamedType ----+--- TypeRef
3535
* | | \
36-
* | +- SingletonType---+- TermRef
37-
* | |
38-
* | +- SingletonType --+- ThisType
39-
* | +- SuperType
40-
* | +- ConstantType
41-
* | +- MethodParam
42-
* | +- RefinedThis
43-
* | +- TypeBounds
44-
* | +- ExprType
45-
* | +- AnnotatedType
36+
* | +- SingletonType-+-+- TermRef
37+
* | | |
38+
* | | +--- ThisType
39+
* | | +--- SuperType
40+
* | | +--- ConstantType
41+
* | | +--- MethodParam
42+
* | | +--- RefinedThis
43+
* | +- TypeBounds
44+
* | +- ExprType
45+
* | +- AnnotatedType
46+
* |
4647
* +- GroundType -+- PolyParam
4748
* +- RefinedType
4849
* +- AndType

0 commit comments

Comments
 (0)