VirtualFileFinder update to search files without kotlin headers

This commit is contained in:
Mikhael Bogdanov
2014-02-26 11:44:21 +04:00
parent 629a07c748
commit dabacd8cae
4 changed files with 54 additions and 8 deletions
@@ -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);
}