aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/parsing/TreeBuilder.scala.unused
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-05-22 18:56:31 +0200
committerMartin Odersky <odersky@gmail.com>2013-05-22 18:56:57 +0200
commit965a62d4a165da7e5a53c9afdba3175e10fe714b (patch)
tree9698567b21c4a6006aa5c1e3bdd7ba788706539b /src/dotty/tools/dotc/parsing/TreeBuilder.scala.unused
parentfd079d2f3335db7b54b0f78a4d884d9948a7beea (diff)
downloaddotty-965a62d4a165da7e5a53c9afdba3175e10fe714b.tar.gz
dotty-965a62d4a165da7e5a53c9afdba3175e10fe714b.tar.bz2
dotty-965a62d4a165da7e5a53c9afdba3175e10fe714b.zip
Made tpd/untpd toplevel objects.
Moved all other elements of TypedTrees and UntypedTrees into tpd and untpd.
Diffstat (limited to 'src/dotty/tools/dotc/parsing/TreeBuilder.scala.unused')
-rw-r--r--src/dotty/tools/dotc/parsing/TreeBuilder.scala.unused2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/parsing/TreeBuilder.scala.unused b/src/dotty/tools/dotc/parsing/TreeBuilder.scala.unused
index c903cc55b..12377ca94 100644
--- a/src/dotty/tools/dotc/parsing/TreeBuilder.scala.unused
+++ b/src/dotty/tools/dotc/parsing/TreeBuilder.scala.unused
@@ -10,7 +10,7 @@ import TreeInfo._
/** Methods for building trees, used in the parser. All the trees
* returned by this class must be untyped.
- * Note: currently unused, should be refactored into UntypedTrees.
+ * Note: currently unused
*/
class TreeBuilder(implicit ctx: Context) {