aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dotty/tools/dotc/core/Types.scala21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/dotty/tools/dotc/core/Types.scala b/src/dotty/tools/dotc/core/Types.scala
index 54be24ab0..e17572cde 100644
--- a/src/dotty/tools/dotc/core/Types.scala
+++ b/src/dotty/tools/dotc/core/Types.scala
@@ -33,16 +33,17 @@ object Types {
*
* Type -+- ProxyType --+- NamedType ----+--- TypeRef
* | | \
- * | +- SingletonType---+- TermRef
- * | |
- * | +- SingletonType --+- ThisType
- * | +- SuperType
- * | +- ConstantType
- * | +- MethodParam
- * | +- RefinedThis
- * | +- TypeBounds
- * | +- ExprType
- * | +- AnnotatedType
+ * | +- SingletonType-+-+- TermRef
+ * | | |
+ * | | +--- ThisType
+ * | | +--- SuperType
+ * | | +--- ConstantType
+ * | | +--- MethodParam
+ * | | +--- RefinedThis
+ * | +- TypeBounds
+ * | +- ExprType
+ * | +- AnnotatedType
+ * |
* +- GroundType -+- PolyParam
* +- RefinedType
* +- AndType