[Analysis API] KTIJ-24107 Fix resolution of qualified invoke calls on objects
^KTIJ-24107 Fixed ^KTIJ-24344 Fixed
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
package foo.bar.baz
|
||||
|
||||
object Foo {
|
||||
object Helper {
|
||||
operator fun invoke() {}
|
||||
}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
foo.bar.baz.<expr>Foo</expr>.Helper()
|
||||
}
|
||||
Reference in New Issue
Block a user