PSI2IR KT-44414 fix adapted reference to imported object member
This commit is contained in:
committed by
TeamCityServer
parent
e7129329d2
commit
d74168fb8f
+2
-2
@@ -66,8 +66,8 @@ fun testCoercionToUnit() {
|
||||
|
||||
fun testImportedObjectMember(): String {
|
||||
return use(fn = { // BLOCK
|
||||
local fun importedObjectMemberWithVarargs(p0: Int): String {
|
||||
return importedObjectMemberWithVarargs(xs = [p0])
|
||||
local fun Host.importedObjectMemberWithVarargs(p0: Int): String {
|
||||
return receiver.importedObjectMemberWithVarargs(xs = [p0])
|
||||
}
|
||||
|
||||
Host::importedObjectMemberWithVarargs
|
||||
|
||||
Reference in New Issue
Block a user