mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Fix merge conflict
This commit is contained in:
@@ -1452,7 +1452,8 @@ open class KotlinFileExtractor(
|
||||
val id = tw.getFreshIdLabel<DbUnsafecoerceexpr>()
|
||||
val locId = tw.getLocation(c)
|
||||
val type = useType(c.type)
|
||||
tw.writeExprs_unsafecoerceexpr(id, type.javaResult.id, type.kotlinResult.id, parent, idx)
|
||||
tw.writeExprs_unsafecoerceexpr(id, type.javaResult.id, parent, idx)
|
||||
tw.writeExprsKotlinType(id, type.kotlinResult.id)
|
||||
tw.writeHasLocation(id, locId)
|
||||
tw.writeCallableEnclosingExpr(id, callable)
|
||||
tw.writeStatementEnclosingExpr(id, enclosingStmt)
|
||||
|
||||
Reference in New Issue
Block a user