From 23fabf9aaa28e128255f1bc256448015d230b8eb Mon Sep 17 00:00:00 2001 From: Evgenii Pavelev Date: Mon, 4 Nov 2024 15:01:55 +0100 Subject: [PATCH] Added missed language feature "Expose boxed inline value classes in JVM" --- .../kotlin-language-features-and-proposals.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/topics/kotlin-language-features-and-proposals.md b/docs/topics/kotlin-language-features-and-proposals.md index c0d72a18e1e..fb9ecdfab38 100644 --- a/docs/topics/kotlin-language-features-and-proposals.md +++ b/docs/topics/kotlin-language-features-and-proposals.md @@ -193,6 +193,22 @@ guided by pragmatic design. +**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) + + + + + + + +**KEEP discussion** + + + + **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)