summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/symtab/SymbolTable.scala
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2007-11-28 05:17:14 +0000
committerLex Spoon <lex@lexspoon.org>2007-11-28 05:17:14 +0000
commitdfda38550a2d48662fde917d26dfb8e2d6c64eee (patch)
tree0a444d414e55ef39cbb184de63ef8505a070bce5 /src/compiler/scala/tools/nsc/symtab/SymbolTable.scala
parent8c9e9f7b7d1de79b104d954035613e51e0acaaf2 (diff)
downloadscala-dfda38550a2d48662fde917d26dfb8e2d6c64eee.tar.gz
scala-dfda38550a2d48662fde917d26dfb8e2d6c64eee.tar.bz2
scala-dfda38550a2d48662fde917d26dfb8e2d6c64eee.zip
Merge from the annots-normtrees branch.
now use compiler trees instead of reflect trees. In many cases, annotations on types can be rewritten instead of discarded as the types undergo various operations. Also, -Yself-in-annots has been added.
Diffstat (limited to 'src/compiler/scala/tools/nsc/symtab/SymbolTable.scala')
-rw-r--r--src/compiler/scala/tools/nsc/symtab/SymbolTable.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/nsc/symtab/SymbolTable.scala b/src/compiler/scala/tools/nsc/symtab/SymbolTable.scala
index d324bf6312..4b9b9292cf 100644
--- a/src/compiler/scala/tools/nsc/symtab/SymbolTable.scala
+++ b/src/compiler/scala/tools/nsc/symtab/SymbolTable.scala
@@ -5,6 +5,7 @@
// $Id$
package scala.tools.nsc.symtab
+import nsc.ast.Trees
import util._
@@ -17,6 +18,7 @@ abstract class SymbolTable extends Names
with InfoTransformers
with StdNames
with AnnotationInfos
+ with Trees
{
def settings: Settings
def rootLoader: LazyType