mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
java completion: prefer break/continue in likely positions inside loops (IDEA-156192)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import javax.swing.*;
|
||||
|
||||
class A extends JPanel {
|
||||
void f(int color) {
|
||||
for (int i=0;i<10;i++) {
|
||||
if (i%2==0) co<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user