Find Usages: Disable by-convention search of invoke(). Improve scanner

accuracy when indexing possible references to component functions
This commit is contained in:
Alexey Sedunov
2014-10-03 20:37:28 +04:00
parent 5e6619e368
commit 1353e7f56b
4 changed files with 7 additions and 4 deletions
@@ -4,5 +4,5 @@ class A(val n: Int) {
fun test() {
A(1).foo(2)
A(1).foo(2)
A(1)(2)
}