mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
PY-81981 Deprecate PyPsiFacade#getLanguageLevel
GitOrigin-RevId: edb0ec18aaaa55032e9e5b8f9ff713f07e22da04
This commit is contained in:
committed by
intellij-monorepo-bot
parent
572dffa91e
commit
43024c4c88
@@ -48,5 +48,9 @@ public abstract class PyPsiFacade {
|
||||
|
||||
public abstract @Nullable String findShortestImportableName(@NotNull VirtualFile targetFile, @NotNull PsiElement anchor);
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link LanguageLevel#forElement(PsiElement)}
|
||||
*/
|
||||
@Deprecated(forRemoval = true)
|
||||
public abstract @NotNull LanguageLevel getLanguageLevel(@NotNull PsiElement element);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user