Moved CompilerSpecialMode enum to compiler-tests, since it is now used only for creating test compiler configurations.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
package org.jetbrains.jet.codegen;
|
||||
|
||||
import jet.JetObject;
|
||||
import org.jetbrains.jet.lang.resolve.java.CompilerSpecialMode;
|
||||
import org.jetbrains.jet.CompilerSpecialMode;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
import java.lang.reflect.Constructor;
|
||||
|
||||
Reference in New Issue
Block a user