VirtualFileFinder update to search files without kotlin headers
This commit is contained in:
+4
@@ -34,4 +34,8 @@ public interface VirtualFileFinder extends KotlinClassFinder {
|
||||
// TODO: support scope
|
||||
@Nullable
|
||||
VirtualFile findVirtualFile(@NotNull FqName className);
|
||||
|
||||
/*Also finds files without kotlin header*/
|
||||
@Nullable
|
||||
VirtualFile findVirtualFile(@NotNull String internalName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user