Fix merge conflict

This commit is contained in:
Tamas Vajk
2022-02-01 13:28:02 +01:00
committed by Ian Lynagh
parent b4beddf2f9
commit 9ff9bbe1c5

View File

@@ -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)