summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/Symbol.java
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2003-11-18 12:04:17 +0000
committerMartin Odersky <odersky@gmail.com>2003-11-18 12:04:17 +0000
commit79dfd483ebf2d901d93e161436b515e075537dc1 (patch)
treecdf702e9ba556623f3595c0ed2d4df6d2158bba5 /sources/scalac/symtab/Symbol.java
parent3ad58546502ae51ae7c7904f242ec568a6b77fb1 (diff)
downloadscala-79dfd483ebf2d901d93e161436b515e075537dc1.tar.gz
scala-79dfd483ebf2d901d93e161436b515e075537dc1.tar.bz2
scala-79dfd483ebf2d901d93e161436b515e075537dc1.zip
*** empty log message ***
Diffstat (limited to 'sources/scalac/symtab/Symbol.java')
-rw-r--r--sources/scalac/symtab/Symbol.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/scalac/symtab/Symbol.java b/sources/scalac/symtab/Symbol.java
index 2587ac6463..3c2ec7d70c 100644
--- a/sources/scalac/symtab/Symbol.java
+++ b/sources/scalac/symtab/Symbol.java
@@ -975,6 +975,9 @@ public abstract class Symbol implements Modifiers, Kinds {
tps[i] = syms[i].type();
return tps;
}
+ static public Type[] getType(Symbol[] syms) {
+ return type(syms);
+ }
/** The type constructor of a symbol is:
* For a type symbol, the type corresponding to the symbol itself, excluding