Find Usages: Disable by-convention search of invoke(). Improve scanner
accuracy when indexing possible references to component functions
This commit is contained in:
@@ -4,5 +4,5 @@ class A(val n: Int) {
|
||||
|
||||
fun test() {
|
||||
A(1).foo(2)
|
||||
A(1).foo(2)
|
||||
A(1)(2)
|
||||
}
|
||||
Reference in New Issue
Block a user