Teach index working with source roots with package prefix

#KT-9167 Fixed
This commit is contained in:
Nikolay Krasko
2015-11-08 20:58:55 +03:00
committed by Nikolay Krasko
parent c0739ef53c
commit 23e35ab112
17 changed files with 179 additions and 3 deletions
@@ -0,0 +1,9 @@
package test;
import good.prefix.JavaTest;
public class JavaRef {
public void foo(JavaTest javaTest) {
}
}