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