Skip to content

Commit 5b16bad

Browse files
johnlangEvgenii Pavelev
andauthored
update: added missed language feature "Expose boxed inline value classes in JVM" (#4521)
Co-authored-by: Evgenii Pavelev <[email protected]>
1 parent 75732a9 commit 5b16bad

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/topics/kotlin-language-features-and-proposals.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,22 @@ guided by pragmatic design.
193193
</td>
194194
<td>
195195

196+
**Expose boxed inline value classes in JVM**
197+
198+
* KEEP proposal: [jvm-expose-boxed.md](https://github.com/Kotlin/KEEP/blob/jvm-expose-boxed/proposals/jvm-expose-boxed.md)
199+
* YouTrack issue: [KT-28135](https://youtrack.jetbrains.com/issue/KT-28135)
200+
201+
</td>
202+
</tr>
203+
204+
<tr filter="keep">
205+
<td>
206+
207+
**KEEP discussion**
208+
209+
</td>
210+
<td>
211+
196212
**Explicit backing fields: both `public` and `private` type for the same property**
197213

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

0 commit comments

Comments
 (0)