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 ea2b915 commit f08d614Copy full SHA for f08d614
concepts/switch-statement/about.md
@@ -145,7 +145,6 @@ Starting with Java 14 (available as a preview before in Java 12 and 13) it is po
145
However if you use the new `->` notation it must be followed by either: a single statement/expression, a `throw` statement or a `{}` block.
146
No more confusion!
147
148
-The first LTS (Long Term Support) version that had these improvements was Java 17, released on September, 2021.
149
150
In addition, a feature called `Guarded Patterns` was added, which allows you to do checks in the case label itself.
151
0 commit comments