mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
normal methods should have higher priority than Collections.emptyList
This commit is contained in:
+6
-2
@@ -1,8 +1,12 @@
|
||||
import java.util.List;
|
||||
|
||||
public class Aaaaaaa {
|
||||
|
||||
List<String> locMethod() {}
|
||||
|
||||
{
|
||||
java.util.List<String> local = null;
|
||||
java.util.List<String> l = <caret>
|
||||
List<String> local = null;
|
||||
List<String> l = <caret>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user