mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
IDEA-153437 Do not suggest to loop over the loop variable (and don't duplicate "new")
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class Test {
|
||||
{
|
||||
|
||||
ArrayList<Node> nodes = new ArrayList<>();
|
||||
for (Node n : n<caret>)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
class Node {}
|
||||
Reference in New Issue
Block a user