Skip to content

Commit afe1ebb

Browse files
feat: include latest features in 'kotlin-language-features-and-proposals' (#4626)
* Include latest features in 'kotlin-language-features-and-proposals' * chore: apply suggestions from code review --------- Co-authored-by: Andrey Polyakov <[email protected]>
1 parent 0157b46 commit afe1ebb

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

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

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,69 @@ guided by pragmatic design.
129129
</td>
130130
<td>
131131

132+
**kotlin.time.Instant**
133+
134+
* KEEP proposal: [Instant and Clock](https://github.com/dkhalanskyjb/KEEP/blob/dkhalanskyjb-instant/proposals/stdlib/instant.md)
135+
136+
</td>
137+
</tr>
138+
139+
<tr filter="keep">
140+
<td>
141+
142+
**KEEP discussion**
143+
144+
</td>
145+
<td>
146+
147+
**Common Atomics and Atomic Arrays**
148+
149+
* KEEP proposal: [Common atomics](https://github.com/Kotlin/KEEP/blob/mvicsokolova/common-atomics/proposals/common-atomics.md)
150+
* YouTrack issue: [KT-62423](https://youtrack.jetbrains.com/issue/KT-62423)
151+
152+
</td>
153+
</tr>
154+
155+
<tr filter="keep">
156+
<td>
157+
158+
**KEEP discussion**
159+
160+
</td>
161+
<td>
162+
163+
**Improvements to annotation use-site targets on properties**
164+
165+
* KEEP proposal: [Improvements to annotation use-site targets on properties](https://github.com/Kotlin/KEEP/blob/change-defaulting-rule/proposals/change-defaulting-rule.md)
166+
* YouTrack issue: [KT-19289](https://youtrack.jetbrains.com/issue/KT-19289)
167+
168+
</td>
169+
</tr>
170+
171+
<tr filter="keep">
172+
<td>
173+
174+
**KEEP discussion**
175+
176+
</td>
177+
<td>
178+
179+
**Nested (non-capturing) type aliases**
180+
181+
* KEEP proposal: [Nested (non-capturing) type aliases](https://github.com/Kotlin/KEEP/blob/nested-typealias/proposals/nested-typealias.md)
182+
* YouTrack issue: [KT-45285](https://youtrack.jetbrains.com/issue/KT-45285)
183+
184+
</td>
185+
</tr>
186+
187+
<tr filter="keep">
188+
<td>
189+
190+
**KEEP discussion**
191+
192+
</td>
193+
<td>
194+
132195
**Streamline KDoc ambiguity links**
133196

134197
* KEEP proposal: [streamline-KDoc-ambiguity-references.md](https://github.com/Kotlin/KEEP/blob/kdoc/Streamline-KDoc-ambiguity-references/proposals/kdoc/streamline-KDoc-ambiguity-references.md)

0 commit comments

Comments
 (0)