aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Types.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-02-06 21:35:56 +0100
committerMartin Odersky <odersky@gmail.com>2013-02-06 21:35:56 +0100
commit831abc1fd1bbebfdfdec1a5693cbfc0bac613c62 (patch)
tree5d5a35f88d85c34fad85827afc5c9971514c9dba /src/dotty/tools/dotc/core/Types.scala
parent5c773fb117b424a11d6e9e3a30033887b80557f6 (diff)
downloaddotty-831abc1fd1bbebfdfdec1a5693cbfc0bac613c62.tar.gz
dotty-831abc1fd1bbebfdfdec1a5693cbfc0bac613c62.tar.bz2
dotty-831abc1fd1bbebfdfdec1a5693cbfc0bac613c62.zip
Fixed Type hierarchy diagram
Diffstat (limited to 'src/dotty/tools/dotc/core/Types.scala')
-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