Implemented fast search for invoke operator calls
#KT-13643 Fixed
This commit is contained in:
@@ -4,5 +4,5 @@ class A(val n: Int) {
|
||||
|
||||
fun test() {
|
||||
A(1).foo(2)
|
||||
A(1)(2)
|
||||
A(1).foo(2)
|
||||
}
|
||||
Reference in New Issue
Block a user