[Analysis API FE10] fix candidate creation for KtSuperTypeCallEntry
This commit is contained in:
+5
@@ -448,6 +448,11 @@ internal class KtFe10CallResolver(
|
|||||||
if (callElement.isCallToThis) KtDelegatedConstructorCall.Kind.THIS_CALL else KtDelegatedConstructorCall.Kind.SUPER_CALL,
|
if (callElement.isCallToThis) KtDelegatedConstructorCall.Kind.THIS_CALL else KtDelegatedConstructorCall.Kind.SUPER_CALL,
|
||||||
argumentMapping
|
argumentMapping
|
||||||
)
|
)
|
||||||
|
is KtSuperTypeCallEntry -> return KtDelegatedConstructorCall(
|
||||||
|
partiallyAppliedConstructorSymbol,
|
||||||
|
KtDelegatedConstructorCall.Kind.SUPER_CALL,
|
||||||
|
argumentMapping
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@Suppress("UNCHECKED_CAST")
|
@Suppress("UNCHECKED_CAST")
|
||||||
|
|||||||
Reference in New Issue
Block a user