mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
method chains completion
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
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>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user