mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-26 14:29:20 +07:00
21 lines
259 B
Java
21 lines
259 B
Java
import java.jang.String;
|
|
|
|
class TestCompletuin{
|
|
}
|
|
|
|
interface PsiManager {
|
|
Project getProject();
|
|
}
|
|
|
|
interface PsiElement {
|
|
Project getProject1();
|
|
}
|
|
|
|
interface Project {}
|
|
|
|
public class TestCompletion {
|
|
void m(PsiElement e) {
|
|
Project p = <caret>
|
|
}
|
|
}
|