merged Burak's destructive rev11032 with rev11031

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@11034 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
michelou 2007-05-15 09:11:48 +00:00
parent dd6e262a21
commit 993ae34237
3 changed files with 625 additions and 636 deletions

View File

@ -1049,7 +1049,7 @@ GENERATES A DISTRIBUTION
</section>
</manifest>
</jar>
<!-- build source jars -->
<jar
destfile="${dist.current.dir}/lib/${libsrc.jar.name}">

View File

@ -191,7 +191,7 @@ abstract class NodePrinters {
case Super(qual, mix) =>
printcln("Super(\"" + qual + "\", \"" + mix + "\")" + nodeinfo2(tree))
case Template(parents, self, body) =>
println("Template(," + nodeinfo(tree))
println("Template(" + nodeinfo(tree))
println(" " + parents.map(p => p.tpe.symbol) + ", // parents")
if (body.isEmpty)
println(" List() // no body")

File diff suppressed because it is too large Load Diff