Rename "import jet" to "import kotlin" in Java sources
This commit is contained in:
+2
-2
@@ -18,7 +18,7 @@ package org.jetbrains.jet.lang.resolve.kotlin;
|
||||
|
||||
import com.intellij.openapi.util.Ref;
|
||||
import com.intellij.openapi.vfs.VirtualFile;
|
||||
import jet.Function0;
|
||||
import kotlin.Function0;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import org.jetbrains.asm4.ClassReader;
|
||||
@@ -221,4 +221,4 @@ public class VirtualFileKotlinClass implements KotlinJvmBinaryClass {
|
||||
public String toString() {
|
||||
return getClass().getSimpleName() + ": " + file.toString();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user