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 e0f58a7 commit 269f14dCopy full SHA for 269f14d
docs/topics/jvm/comparison-to-java.md
@@ -32,7 +32,7 @@ Kotlin fixes a series of issues that Java suffers from:
32
* [Extension functions](extensions.md)
33
* [Null-safety](null-safety.md)
34
* [Smart casts](typecasts.md) (**Java 16**: [Pattern Matching for instanceof](https://openjdk.org/jeps/394))
35
-* [String templates](strings.md) (**Java 21**: [String Templates (Preview)](https://openjdk.org/jeps/430))
+* [String templates](strings.md)
36
* [Properties](properties.md)
37
* [Primary constructors](classes.md)
38
* [First-class delegation](delegation.md)
0 commit comments