We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75732a9 commit 5b16badCopy full SHA for 5b16bad
docs/topics/kotlin-language-features-and-proposals.md
@@ -193,6 +193,22 @@ guided by pragmatic design.
193
</td>
194
<td>
195
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
210
211
212
**Explicit backing fields: both `public` and `private` type for the same property**
213
214
* KEEP proposal: [explicit-backing-fields.md](https://github.com/Kotlin/KEEP/blob/explicit-backing-fields-re/proposals/explicit-backing-fields.md)
0 commit comments