aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/ast
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-05-11 11:37:12 +0200
committerMartin Odersky <odersky@gmail.com>2015-05-11 11:37:12 +0200
commitbe0bcc7c675d8b70c9414eadd5a47c3f11ae5243 (patch)
tree5862e48cc3f1da5dfbb8efc14598d0da406e9e32 /src/dotty/tools/dotc/ast
parent258775ecb01060397bb47c9ebc35945a87915451 (diff)
downloaddotty-be0bcc7c675d8b70c9414eadd5a47c3f11ae5243.tar.gz
dotty-be0bcc7c675d8b70c9414eadd5a47c3f11ae5243.tar.bz2
dotty-be0bcc7c675d8b70c9414eadd5a47c3f11ae5243.zip
Re-enable tests
Most tests were still commented out in last merge. Also, an outdated comment in TreeTypeMap was removed.
Diffstat (limited to 'src/dotty/tools/dotc/ast')
-rw-r--r--src/dotty/tools/dotc/ast/TreeTypeMap.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/ast/TreeTypeMap.scala b/src/dotty/tools/dotc/ast/TreeTypeMap.scala
index ec66fcdb8..511c5ef4a 100644
--- a/src/dotty/tools/dotc/ast/TreeTypeMap.scala
+++ b/src/dotty/tools/dotc/ast/TreeTypeMap.scala
@@ -13,8 +13,6 @@ import dotty.tools.dotc.transform.SymUtils._
* @param typeMap A function from Type to Type that gets applied to the
* type of every tree node and to all locally defined symbols,
* followed by the substitution [substFrom := substTo].
- * @param ownerMap A function that translates owners of top-level local symbols
- * defined in the mapped tree.
* @param treeMap A transformer that translates all encountered subtrees in
* prefix traversal orders
* @param oldOwners Previous owners. If a top-level local symbol in the mapped tree