InlineCodegen: find virtual file using findVirtualFileWithHeader
This commit is contained in:
@@ -34,8 +34,4 @@ public interface VirtualFileFinder extends KotlinClassFinder {
|
||||
|
||||
@Nullable
|
||||
VirtualFile findVirtualFileWithHeader(@NotNull FqName className);
|
||||
|
||||
/*Also finds files without kotlin header*/
|
||||
@Nullable
|
||||
VirtualFile findVirtualFile(@NotNull String internalName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user