IDEA-184991 Parameter info popup doesn't highlight current item

This commit is contained in:
peter
2018-01-27 18:01:42 +01:00
parent 66c7be76e9
commit fb752a206f
3 changed files with 33 additions and 0 deletions
@@ -0,0 +1,7 @@
class A {
void foo() {}
void foo(int a, int b, int c) {}
{
foo(<caret>)
}
}