Skip to content

Commit 42bd09b

Browse files
authored
update: add multidollar interpolation to the list of proposals (#4448)
1 parent 9064ff3 commit 42bd09b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,24 @@ guided by pragmatic design.
251251

252252
</td>
253253
</tr>
254+
255+
<tr filter="keep">
256+
<td>
257+
258+
**KEEP discussion**
259+
260+
</td>
261+
<td>
262+
263+
**Multidollar interpolation: improved handling of `$` in string literals**
264+
265+
* KEEP proposal: [dollar-escape.md](https://github.com/Kotlin/KEEP/blob/master/proposals/dollar-escape.md)
266+
* YouTrack issue: [KT-2425](https://youtrack.jetbrains.com/issue/KT-2425)
267+
* Target version: 2.1.0
268+
269+
</td>
270+
</tr>
271+
254272
<tr filter="keep">
255273
<td>
256274

0 commit comments

Comments
 (0)