Skip to content

Commit

Permalink
update: added missed language feature "Expose boxed inline value clas…
Browse files Browse the repository at this point in the history
…ses in JVM" (#4521)

Co-authored-by: Evgenii Pavelev <[email protected]>
  • Loading branch information
johnlang and Evgenii Pavelev authored Nov 4, 2024
1 parent 75732a9 commit 5b16bad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/topics/kotlin-language-features-and-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,22 @@ guided by pragmatic design.
</td>
<td>

**Expose boxed inline value classes in JVM**

* KEEP proposal: [jvm-expose-boxed.md](https://github.com/Kotlin/KEEP/blob/jvm-expose-boxed/proposals/jvm-expose-boxed.md)
* YouTrack issue: [KT-28135](https://youtrack.jetbrains.com/issue/KT-28135)

</td>
</tr>

<tr filter="keep">
<td>

**KEEP discussion**

</td>
<td>

**Explicit backing fields: both `public` and `private` type for the same property**

* KEEP proposal: [explicit-backing-fields.md](https://github.com/Kotlin/KEEP/blob/explicit-backing-fields-re/proposals/explicit-backing-fields.md)
Expand Down

0 comments on commit 5b16bad

Please sign in to comment.