Skip to content

Commit

Permalink
Added missed language feature "Expose boxed inline value classes in JVM"
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Pavelev committed Nov 4, 2024
1 parent 90842b0 commit 23fabf9
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 23fabf9

Please sign in to comment.