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: compiler/ir/serialization.common/src/org/jetbrains/kotlin/backend/common/linkage/partial/PartiallyLinkedIrTreePatcher.kt
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -533,6 +533,7 @@ internal class PartiallyLinkedIrTreePatcher(
533
533
534
534
val stabilityField = owner
535
535
536
+
// We use stageController to make sure valid unique signatures are generated for k/js and k/wasm
536
537
val stabilityGetter = builtIns.irFactory.stageController.restrictTo(parentField) {
537
538
builtIns.irFactory.buildFun {
538
539
startOffset =UNDEFINED_OFFSET
@@ -565,9 +566,10 @@ internal class PartiallyLinkedIrTreePatcher(
565
566
val getterFunName = owner.name.asString().removeSuffix(COMPOSE_STABLE_FIELD_MARKER) +COMPOSE_STABILITY_GETTER_MARKER
566
567
val artificialGetterFunName = $$"$$getterFunName$artificial"
0 commit comments