KE2: Reenable more code for ExprParent.stmt

This commit is contained in:
Ian Lynagh
2024-11-22 14:04:02 +00:00
parent 74ee483fa1
commit 19986f0307

View File

@@ -3886,11 +3886,8 @@ OLD: KE1
val type = useType(et)
val locId = tw.getLocation(e)
tw.writeExprs_stmtexpr(id, type.javaResult.id, parent, idx)
/*
OLD: KE1
tw.writeExprsKotlinType(id, type.kotlinResult.id)
extractExprContext(id, locId, callable, enclosingStmt)
*/
tw.writeExprsKotlinType(id, type.kotlinResult.id)
extractExprContext(id, locId, callable, enclosingStmt)
return StmtParent(id, 0)
}