mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[java-completion] IDEA-331975 'Complete Current Statement' invoked on the 'while' keyword does not insert opening parenthesis
GitOrigin-RevId: 3d61667b9af08123dddef7f74e346473187266cd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
291026bc68
commit
ce7ea33a0a
@@ -205,6 +205,8 @@ public abstract class AbstractBasicCompleteStatementTest extends LightPlatformCo
|
||||
public void testParenthesized() { doTest(); }
|
||||
|
||||
public void testCompleteBreak() { doTest(); }
|
||||
|
||||
public void testNakedWhile() { doTest(); }
|
||||
|
||||
public void testCompleteIfNextLineBraceStyle() {
|
||||
myJavaSettings.BRACE_STYLE = CommonCodeStyleSettings.NEXT_LINE;
|
||||
|
||||
Reference in New Issue
Block a user