mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-25267 Smart Completion after continue&break should filter labels
This commit is contained in:
@@ -37,4 +37,8 @@ public interface PsiLabeledStatement extends PsiStatement, PsiNamedElement {
|
||||
*/
|
||||
@Nullable
|
||||
PsiStatement getStatement();
|
||||
|
||||
@Override
|
||||
@NotNull
|
||||
String getName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user