aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Types.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-08-23 16:15:46 +0200
committerMartin Odersky <odersky@gmail.com>2013-08-23 16:16:14 +0200
commit7b8000914abe73883052b1d8af356f91cc133806 (patch)
treeeca9fd3178e13c65c61dd9ff19f7953c11814a21 /src/dotty/tools/dotc/core/Types.scala
parent66a176bea94205469851fdb4fab46c2589fba407 (diff)
downloaddotty-7b8000914abe73883052b1d8af356f91cc133806.tar.gz
dotty-7b8000914abe73883052b1d8af356f91cc133806.tar.bz2
dotty-7b8000914abe73883052b1d8af356f91cc133806.zip
Fixes expansion and general handling of pattern defs.
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 b9d079a20..8f10816e9 100644
--- a/src/dotty/tools/dotc/core/Types.scala
+++ b/src/dotty/tools/dotc/core/Types.scala
@@ -2105,8 +2105,8 @@ object Types {
def apply(tp: Type) = tp
}
- /** Approximate occurrences of paremter types and uninstantiated typevars
- * by wildcard types
+ /** Approximate occurrences of parameter types and uninstantiated typevars
+ * by wildcard types.
*/
class WildApprox(implicit ctx: Context) extends TypeMap {
override def apply(tp: Type) = tp match {