added text method

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@4877 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
emir 2005-11-05 22:10:23 +00:00
parent 9f928bf42c
commit 182b6e3225
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ object Test {
override def hashCode() =
Utility.hashCode(prefix, label, attributes.hashCode(), scope.hashCode(), child);
def child = Elem(null, "world", e, sc);
override def text = ""
//def attributes = e;
};