Kotlin: substitute fake Parcelize functions with their real equivalent ones

This commit is contained in:
Tamas Vajk
2022-06-15 10:34:33 +02:00
parent b0c66dda3a
commit c722921276
3 changed files with 12 additions and 7 deletions

View File

@@ -1532,7 +1532,7 @@ open class KotlinFileExtractor(
fun extractCall(c: IrCall, callable: Label<out DbCallable>, stmtExprParent: StmtExprParent) {
with("call", c) {
val target = tryReplaceAndroidSyntheticFunction(c.symbol.owner)
val target = tryReplaceSyntheticFunction(c.symbol.owner)
// The vast majority of types of call want an expr context, so make one available lazily:
val exprParent by lazy {