blob: 60f587024d9810a450fefcc3c530b943f482e2a5 [file] [log] [blame]
import java.jang.String;
/**
* @author Dmitry Batkovich <dmitry.batkovich@jetbrains.com>
*/
class JarFile {
class JarEntry {
}
JarEntry getEntry() {
return null;
}
}
public class TestCompletion {
public void method(JarFile j) {
JarFile.JarEntry e = <caret>
}
}