mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 19:21:16 +07:00
24 lines
290 B
Java
24 lines
290 B
Java
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>
|
|
}
|
|
}
|