aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Types.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-02-27 09:17:05 +0100
committerMartin Odersky <odersky@gmail.com>2013-02-27 09:17:05 +0100
commit2c8d6d37f254cfbaed8f5a87308fc25c2816d73d (patch)
tree782dc7a801a6f2b859579c33fee9ece37d339a29 /src/dotty/tools/dotc/core/Types.scala
parent856f084c474125117ed2166720ba4192d358fbef (diff)
downloaddotty-2c8d6d37f254cfbaed8f5a87308fc25c2816d73d.tar.gz
dotty-2c8d6d37f254cfbaed8f5a87308fc25c2816d73d.tar.bz2
dotty-2c8d6d37f254cfbaed8f5a87308fc25c2816d73d.zip
Rename Shared -> SharedTree
Diffstat (limited to 'src/dotty/tools/dotc/core/Types.scala')
-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 69df1275f..f1c0de2be 100644
--- a/src/dotty/tools/dotc/core/Types.scala
+++ b/src/dotty/tools/dotc/core/Types.scala
@@ -777,7 +777,7 @@ object Types {
/** Create a NamedType of the same kind as this type, if possible,
* but with a new prefix. For HasFixedSym instances another such
* instance is only created if the symbol's owner is a base class of
- * the new prefix. If that is not the case, we fall back to a
+ * the new prefix. If that is not the case, we fall back to a
* NamedType or in the case of a TermRef, NamedType with signature.
*/
protected def newLikeThis(prefix: Type)(implicit ctx: Context): Type =
@@ -1240,7 +1240,7 @@ object Types {
else (underlying /: annots)((tp, ann) => AnnotatedType(ann, tp))
}
- case class ImportType(expr: Shared) extends UncachedGroundType
+ case class ImportType(expr: SharedTree) extends UncachedGroundType
// Special type objects ------------------------------------------------------------