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

simplify test
This commit is contained in:
Dmitry Batrak
2018-01-29 17:40:25 +03:00
parent 1329bdc92e
commit 5542ec580e
4 changed files with 114 additions and 101 deletions
@@ -1,7 +0,0 @@
class A {
void foo() {}
void foo(int a, int b, int c) {}
{
foo(<caret>)
}
}