summaryrefslogtreecommitdiff
path: root/sources/scalac/ast
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-03-19 01:29:02 +0000
committerpaltherr <paltherr@epfl.ch>2004-03-19 01:29:02 +0000
commita4eb56b88c6f2f6505cdd9a0f83d4a4a226a5996 (patch)
tree9f6efa6f32986d6fa602ef497fda8fa963cc1a0c /sources/scalac/ast
parent3cd77e2c4f8581fc84dadd4208afb61e89fb97a6 (diff)
downloadscala-a4eb56b88c6f2f6505cdd9a0f83d4a4a226a5996.tar.gz
scala-a4eb56b88c6f2f6505cdd9a0f83d4a4a226a5996.tar.bz2
scala-a4eb56b88c6f2f6505cdd9a0f83d4a4a226a5996.zip
- Removed Name.ERROR
Diffstat (limited to 'sources/scalac/ast')
-rw-r--r--sources/scalac/ast/Tree.java.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/scalac/ast/Tree.java.tmpl b/sources/scalac/ast/Tree.java.tmpl
index e1dbed177f..6c61e2e254 100644
--- a/sources/scalac/ast/Tree.java.tmpl
+++ b/sources/scalac/ast/Tree.java.tmpl
@@ -18,6 +18,7 @@ import scalac.checkers.CheckTreeNodes;
import scalac.symtab.Symbol;
import scalac.symtab.Type;
import scalac.util.Debug;
+import scalac.util.Names;
{#Imports#}
public class Tree {