[FIR IDE] Resolve explicit invoke calls more correctly
Also, enable some muted tests ^KTIJ-21343 Fixed
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
package test
|
||||
|
||||
object Conflict
|
||||
|
||||
operator fun Conflict.invoke() {}
|
||||
|
||||
fun test() {
|
||||
class Conflict(i: Int)
|
||||
|
||||
<caret>Conflict()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user