mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
IDEA-231428 Extract variable after old instanceof could introduce a pattern variable
GitOrigin-RevId: f4ada449f5345bd442949611e736a3cf75c55480
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1764fe7b33
commit
7d8e164b38
@@ -20,6 +20,6 @@ public interface PsiPatternVariable extends PsiParameter {
|
||||
@Override
|
||||
PsiIdentifier getNameIdentifier();
|
||||
|
||||
@Nullable
|
||||
@NotNull
|
||||
PsiPattern getPattern();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user