mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
IDEA-78870 Idea imports unnecessary class when I'm creating anonymous class
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import java.util.*;
|
||||
|
||||
public class Runner {
|
||||
public static void main(String[] args) {
|
||||
List<Process> src;
|
||||
List<Process> dest = ListUtils.filter(src, new <caret>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user