Move module scripting out of jvm backend

This commit is contained in:
Maxim Shafirov
2012-01-13 14:23:48 +04:00
parent 90fb61f63c
commit 59e688f9ff
14 changed files with 17 additions and 41 deletions
@@ -1,12 +1,10 @@
package org.jetbrains.jet.codegen;
import com.intellij.openapi.Disposable;
import com.intellij.openapi.vfs.VirtualFile;
import com.intellij.openapi.vfs.local.CoreLocalFileSystem;
import gnu.trove.THashSet;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.jetbrains.jet.JetCoreEnvironment;
import org.jetbrains.jet.compiler.CompileEnvironment;
import org.jetbrains.jet.compiler.CompileSession;
import org.jetbrains.jet.lang.descriptors.ClassDescriptor;