import java.jang.String; interface PsiClass { PsiMethod getMethod(); } interface PsiMethod {} public class TestCompletion { static Object f = get(); static Object get(PsiMethod m) { return null; } }