Commit ee24ab1
[Stdlib] Add forgotten @IgnorableReturnValue on MutableEntry.setValue
It was added to Jvm, but missing in common and JS.
Setting it helps with consistency between expects and actuals (see KT-77593)1 parent 5427ca9 commit ee24ab1
File tree
2 files changed
+2
-0
lines changed- libraries/stdlib
- js/builtins
- src/kotlin
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
780 | 780 | | |
781 | 781 | | |
782 | 782 | | |
| 783 | + | |
783 | 784 | | |
784 | 785 | | |
785 | 786 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
716 | 716 | | |
717 | 717 | | |
718 | 718 | | |
| 719 | + | |
719 | 720 | | |
720 | 721 | | |
721 | 722 | | |
0 commit comments