We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f22de1a + 9a7ff4b commit 875776dCopy full SHA for 875776d
java/kotlin-extractor/src/main/kotlin/KotlinFileExtractor.kt
@@ -3233,7 +3233,7 @@ open class KotlinFileExtractor(
3233
tw.writeExprsKotlinType(callId, callType.kotlinResult.id)
3234
this.writeExpressionMetadataToTrapFile(callId, invokeLabels.methodId, retId)
3235
3236
- tw.writeCallableBinding(callId as Label<out DbCaller>, getId)
+ tw.writeCallableBinding(callId, getId)
3237
3238
this.writeThisAccess(callId, invokeLabels.methodId, retId)
3239
for ((pIdx, p) in invokeLabels.parameters.withIndex()) {
0 commit comments