aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dotty/tools/dotc/core/Types.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/core/Types.scala b/src/dotty/tools/dotc/core/Types.scala
index 8548a517e..30bffd2eb 100644
--- a/src/dotty/tools/dotc/core/Types.scala
+++ b/src/dotty/tools/dotc/core/Types.scala
@@ -61,14 +61,14 @@ object Types {
* | +- ExprType
* | +- AnnotatedType
* | +- TypeVar
+ * | +- GenericType ----+- PolyType
+ * | +- TypeLambda
* |
* +- GroundType -+- AndType
* +- OrType
* +- MethodType -----+- ImplicitMethodType
* | +- JavaMethodType
* +- ClassInfo
- * +- GenericType ----+- PolyType
- * | +- TypeLambda
* |
* +- NoType
* +- NoPrefix