@@ -304,19 +304,42 @@ guided by pragmatic design.
304
304
</td >
305
305
<td >
306
306
307
+ ** Java synthetic property references**
308
+
309
+ * KEEP proposal: [ references-to-java-synthetic-properties.md] ( https://github.com/Kotlin/KEEP/blob/master/proposals/references-to-java-synthetic-properties.md )
310
+ * YouTrack issue: [ KT-8575] ( https://youtrack.jetbrains.com/issue/KT-8575 )
311
+ * Target version: 2.2.0
312
+
313
+ </td >
314
+ </tr >
315
+
316
+ <!-- END OF KEEP DISCUSSION BLOCK -->
317
+
318
+ <!-- IN PREVIEW BLOCK -->
319
+
320
+ <tr filter =" in-preview " >
321
+ <td width =" 200 " >
322
+
323
+ ** In preview**
324
+
325
+ </td >
326
+ <td >
327
+
307
328
** Guard conditions in when-with-subject**
308
329
309
330
* KEEP proposal: [ guards.md] ( https://github.com/Kotlin/KEEP/blob/guards/proposals/guards.md )
310
331
* YouTrack issue: [ KT-13626] ( https://youtrack.jetbrains.com/issue/KT-13626 )
311
- * Target version : 2.1.0
332
+ * Available since : 2.1.0
312
333
313
334
</td >
314
335
</tr >
315
336
316
- <tr filter =" keep " >
337
+ <!-- the first td element should have the width="200" attribute -->
338
+
339
+ <tr filter =" in-preview " >
317
340
<td >
318
341
319
- ** KEEP discussion **
342
+ ** In preview **
320
343
321
344
</td >
322
345
<td >
@@ -325,15 +348,15 @@ guided by pragmatic design.
325
348
326
349
* KEEP proposal: [ subclass-opt-in-required.md] ( https://github.com/Kotlin/KEEP/blob/master/proposals/subclass-opt-in-required.md )
327
350
* YouTrack issue: [ KT-54617] ( https://youtrack.jetbrains.com/issue/KT-54617 )
328
- * Target version : 2.1.0
351
+ * Available since : 2.1.0
329
352
330
353
</td >
331
354
</tr >
332
355
333
- <tr filter =" keep " >
356
+ <tr filter =" in-preview " >
334
357
<td >
335
358
336
- ** KEEP discussion **
359
+ ** In preview **
337
360
338
361
</td >
339
362
<td >
@@ -342,15 +365,15 @@ guided by pragmatic design.
342
365
343
366
* KEEP proposal: [ dollar-escape.md] ( https://github.com/Kotlin/KEEP/blob/master/proposals/dollar-escape.md )
344
367
* YouTrack issue: [ KT-2425] ( https://youtrack.jetbrains.com/issue/KT-2425 )
345
- * Target version : 2.1.0
368
+ * Available since : 2.1.0
346
369
347
370
</td >
348
371
</tr >
349
372
350
- <tr filter =" keep " >
373
+ <tr filter =" in-preview " >
351
374
<td >
352
375
353
- ** KEEP discussion **
376
+ ** In preview **
354
377
355
378
</td >
356
379
<td >
@@ -359,34 +382,11 @@ guided by pragmatic design.
359
382
360
383
* KEEP proposal: [ break-continue-in-inline-lambdas.md] ( https://github.com/Kotlin/KEEP/blob/master/proposals/break-continue-in-inline-lambdas.md )
361
384
* YouTrack issue: [ KT-1436] ( https://youtrack.jetbrains.com/issue/KT-1436 )
362
- * Target version: 2.1.0
363
-
364
- </td >
365
- </tr >
366
-
367
- <tr filter =" keep " >
368
- <td >
369
-
370
- ** KEEP discussion**
371
-
372
- </td >
373
- <td >
374
-
375
- ** Java synthetic property references**
376
-
377
- * KEEP proposal: [ references-to-java-synthetic-properties.md] ( https://github.com/Kotlin/KEEP/blob/master/proposals/references-to-java-synthetic-properties.md )
378
- * YouTrack issue: [ KT-8575] ( https://youtrack.jetbrains.com/issue/KT-8575 )
379
- * Target version: 2.1.0
385
+ * Available since: 2.1.0
380
386
381
387
</td >
382
388
</tr >
383
389
384
- <!-- END OF KEEP DISCUSSION BLOCK -->
385
-
386
- <!-- IN PREVIEW BLOCK -->
387
-
388
- <!-- the first td element should have the width="200" attribute -->
389
-
390
390
<!-- END OF IN PREVIEW BLOCK -->
391
391
392
392
<!-- STABLE BLOCK -->
0 commit comments