fixes separate compilation on .net

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@19299 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
rytz 2009-10-26 22:17:15 +00:00
parent a459cb1dfc
commit 2c58ebcca2
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ abstract class SymbolLoaders {
class NamespaceLoader(classpath: ClassPath[MSILType]) extends PackageLoader(classpath) {
protected def needCompile(bin: MSILType, src: AbstractFile) =
(!src.name.endsWith(".java"))
false // always use compiled file on .net
protected def doLoad(cls: ClassRep[MSILType]) = {
if (cls.binary.isDefined) {