Java: Implemented sorting the candidates pop-up and added icons in that pup-up for "MethodHandle/VarHandle type mismatch" (IDEA-167318), refactored upon review feedback (IDEA-CR-19455)

This commit is contained in:
Pavel Dolgov
2017-03-21 14:37:01 +03:00
parent 9d178f6182
commit 4d60277ee6
32 changed files with 257 additions and 68 deletions
@@ -1,3 +1,5 @@
// Test()
// Test(int)
import java.lang.invoke.*;
class Main {
@@ -8,6 +10,6 @@ class Main {
}
class Test {
public Test() {}
public Test(int a) {}
public Test() {}
}