mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Merge pull request #9581 from igfoo/igfoo/redundant_cast
Kotlin: Remove a redundant cast
This commit is contained in:
@@ -3233,7 +3233,7 @@ open class KotlinFileExtractor(
|
|||||||
tw.writeExprsKotlinType(callId, callType.kotlinResult.id)
|
tw.writeExprsKotlinType(callId, callType.kotlinResult.id)
|
||||||
this.writeExpressionMetadataToTrapFile(callId, invokeLabels.methodId, retId)
|
this.writeExpressionMetadataToTrapFile(callId, invokeLabels.methodId, retId)
|
||||||
|
|
||||||
tw.writeCallableBinding(callId as Label<out DbCaller>, getId)
|
tw.writeCallableBinding(callId, getId)
|
||||||
|
|
||||||
this.writeThisAccess(callId, invokeLabels.methodId, retId)
|
this.writeThisAccess(callId, invokeLabels.methodId, retId)
|
||||||
for ((pIdx, p) in invokeLabels.parameters.withIndex()) {
|
for ((pIdx, p) in invokeLabels.parameters.withIndex()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user