aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features1921/java21/SwitchPatternPreview4OK.java
Commit message (Collapse)AuthorAgeFilesLines
* Reactivate some tests on JDK 21 after upstream fixAlexander Kriegisch2023-11-271-12/+0
| | | | | | | https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1466 has finally been fixed. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Make all existing tests run on JDK 21Alexander Kriegisch2023-10-051-0/+157
This mostly affects pattern matching for switch and record patterns. Two tests which were working before for pattern matching for switch (preview 4), started to fail, so the corresponding code was commented out and https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1466 recorded. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>