[FIR IDE] Resolve explicit invoke calls more correctly
Also, enable some muted tests ^KTIJ-21343 Fixed
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
fun interface A {
|
||||
operator fun invoke()
|
||||
}
|
||||
|
||||
fun foo(param: A) {
|
||||
param.invo<caret>ke()
|
||||
}
|
||||
Reference in New Issue
Block a user