epic MSIL hacking - Array compiles.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@17673 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
extempore 2009-05-08 02:30:47 +00:00
parent 2ea962a689
commit 2b6c1c0b60
1 changed files with 1 additions and 0 deletions

View File

@ -21,5 +21,6 @@ final class RichClass(val self: Class[_]) extends Proxy {
def getClass(): RichClass = this
def getName(): String = self.Name
def getComponentType(): Class[_] = self.GetElementType
def isAssignableFrom(other: RichClass) = self.IsAssignableFrom(other.self)
}