You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/parcelize/parcelize-compiler/parcelize.backend/src/org/jetbrains/kotlin/parcelize/AndroidIrBuilder.kt
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -28,50 +28,50 @@ class AndroidIrBuilder internal constructor(
Copy file name to clipboardExpand all lines: plugins/parcelize/parcelize-compiler/parcelize.backend/src/org/jetbrains/kotlin/parcelize/AndroidSymbols.kt
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -521,10 +521,7 @@ class AndroidSymbols(
521
521
): IrSimpleFunctionSymbol {
522
522
val callableId =CallableId(kotlinxCollectionsImmutable, Name.identifier(functionName))
Copy file name to clipboardExpand all lines: plugins/parcelize/parcelize-compiler/parcelize.backend/src/org/jetbrains/kotlin/parcelize/IrParcelSerializerFactory.kt
+9-23Lines changed: 9 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -252,14 +252,10 @@ class IrParcelSerializerFactory(private val symbols: AndroidSymbols, private val
252
252
val listSerializer =IrListParcelSerializer(classifier, elementType, getChild(elementType))
0 commit comments