We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c773fb commit 831abc1Copy full SHA for 831abc1
src/dotty/tools/dotc/core/Types.scala
@@ -33,16 +33,17 @@ object Types {
33
*
34
* Type -+- ProxyType --+- NamedType ----+--- TypeRef
35
* | | \
36
- * | +- SingletonType---+- TermRef
37
- * | |
38
- * | +- SingletonType --+- ThisType
39
- * | +- SuperType
40
- * | +- ConstantType
41
- * | +- MethodParam
42
- * | +- RefinedThis
43
- * | +- TypeBounds
44
- * | +- ExprType
45
- * | +- AnnotatedType
+ * | +- SingletonType-+-+- TermRef
+ * | | |
+ * | | +--- ThisType
+ * | | +--- SuperType
+ * | | +--- ConstantType
+ * | | +--- MethodParam
+ * | | +--- RefinedThis
+ * | +- TypeBounds
+ * | +- ExprType
+ * | +- AnnotatedType
46
+ * |
47
* +- GroundType -+- PolyParam
48
* +- RefinedType
49
* +- AndType
0 commit comments