All IDE code uses VirtualFileFinder instead of KotlinClassFinder + proper service discovery
This commit is contained in:
-7
@@ -25,13 +25,6 @@ import org.jetbrains.jet.lang.resolve.name.FqName;
|
||||
|
||||
public interface KotlinClassFinder {
|
||||
|
||||
class SERVICE {
|
||||
@NotNull
|
||||
public static KotlinClassFinder getInstance(@NotNull Project project) {
|
||||
return ServiceManager.getService(project, KotlinClassFinder.class);
|
||||
}
|
||||
}
|
||||
|
||||
@Nullable
|
||||
KotlinJvmBinaryClass findKotlinClass(@NotNull FqName fqName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user