Merge branch 'patternMatching' of ssh://gitea.hb.dhbw-stuttgart.de:2222/JavaTX/JavaCompilerCore into patternMatching
Some checks failed
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 5m42s

This commit is contained in:
Daniel Holle 2024-10-02 15:09:25 +02:00
commit 85d70378ca

View File

@ -677,6 +677,7 @@ recordComponentPatternElement
recordComponentPatternList
: pattern (',' pattern)*
| literal (',' literal)*
;
// Java8