Implemented fast search for invoke operator calls

#KT-13643 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-08-31 22:41:47 +03:00
parent e1c7d07189
commit e3b37f9219
13 changed files with 197 additions and 12 deletions
@@ -4,5 +4,5 @@ class A(val n: Int) {
fun test() {
A(1).foo(2)
A(1)(2)
A(1).foo(2)
}