aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Types.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-09-18 10:23:09 +0200
committerMartin Odersky <odersky@gmail.com>2016-09-18 10:23:09 +0200
commit440eddd665d043bd609c3749b5cd5606cd5d4e3e (patch)
tree4c1f4b5dec8a3e04385b6288898125c8333e86c2 /src/dotty/tools/dotc/core/Types.scala
parent528f6b0524c465a3e795aa5bb538c680956bf6d2 (diff)
downloaddotty-440eddd665d043bd609c3749b5cd5606cd5d4e3e.tar.gz
dotty-440eddd665d043bd609c3749b5cd5606cd5d4e3e.tar.bz2
dotty-440eddd665d043bd609c3749b5cd5606cd5d4e3e.zip
Address reviewer comments
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 d788b7e69..46a63555c 100644
--- a/src/dotty/tools/dotc/core/Types.scala
+++ b/src/dotty/tools/dotc/core/Types.scala
@@ -935,10 +935,10 @@ object Types {
case _ => NoType
}
- /** If this is a FunProto or PolyProto, WildcardType, otherwise this */
+ /** If this is a FunProto or PolyProto, WildcardType, otherwise this. */
def notApplied: Type = this
- // ----- Normalizing typerefs over refined types ----------------------------
+ // ----- Normalizing typerefs over refined types ----------------------------
/** If this normalizes* to a refinement type that has a refinement for `name` (which might be followed
* by other refinements), and the refined info is a type alias, return the alias,