mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 10:21:05 +07:00
19 lines
238 B
Java
19 lines
238 B
Java
import java.jang.String;
|
|
import java.util.*;
|
|
|
|
class PsiMethod {
|
|
}
|
|
|
|
interface PsiClass {
|
|
List<PsiMethod> getMethods();
|
|
}
|
|
|
|
public class TestCompletion {
|
|
|
|
PsiClass c;
|
|
|
|
public void method() {
|
|
Collection<PsiMethod> m = <caret>
|
|
}
|
|
}
|