Kotlin: Remove a redundant cast

This commit is contained in:
Ian Lynagh
2022-06-16 14:08:12 +01:00
parent a7d095e063
commit 9a7ff4bcdf

View File

@@ -3233,7 +3233,7 @@ open class KotlinFileExtractor(
tw.writeExprsKotlinType(callId, callType.kotlinResult.id)
this.writeExpressionMetadataToTrapFile(callId, invokeLabels.methodId, retId)
tw.writeCallableBinding(callId as Label<out DbCaller>, getId)
tw.writeCallableBinding(callId, getId)
this.writeThisAccess(callId, invokeLabels.methodId, retId)
for ((pIdx, p) in invokeLabels.parameters.withIndex()) {