IDEA-231428 Extract variable after old instanceof could introduce a pattern variable

GitOrigin-RevId: f4ada449f5345bd442949611e736a3cf75c55480
This commit is contained in:
Tagir Valeev
2020-01-28 17:18:58 +07:00
committed by intellij-monorepo-bot
parent 1764fe7b33
commit 7d8e164b38
12 changed files with 279 additions and 156 deletions

View File

@@ -20,6 +20,6 @@ public interface PsiPatternVariable extends PsiParameter {
@Override
PsiIdentifier getNameIdentifier();
@Nullable
@NotNull
PsiPattern getPattern();
}