Commit c52b083
[PL] Check visibility of declarations in stdlib
Previously, the PL engine skipped visibility checks for declarations in
the stdlib for optimization reasons. This led to bugs like KT-81995
where the linker didn't complain when Compose plugin generated a private
constructor call in a separate module.
^KT-82213 Fixed1 parent 06fe771 commit c52b083
File tree
1 file changed
+2
-2
lines changed- compiler/ir/serialization.common/src/org/jetbrains/kotlin/backend/common/linkage/partial
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
733 | | - | |
734 | | - | |
| 733 | + | |
| 734 | + | |
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
| |||
0 commit comments