mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +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)
|
||||
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()) {
|
||||
|
||||
Reference in New Issue
Block a user