[java-highlighting] IDEA-323955 Record patterns support available only for Java 20 preview. Fix compiler errors and tests

GitOrigin-RevId: 5f856519e56e61818e95cf63766fb6a54c6283ad
This commit is contained in:
Mikhail Pyltsin
2023-07-04 14:12:08 +02:00
committed by intellij-monorepo-bot
parent 770e5e4e90
commit 4bc43b46f4
130 changed files with 830 additions and 845 deletions

View File

@@ -127,7 +127,7 @@ feature.local.interfaces=Local interfaces
feature.local.enums=Local enums
feature.inner.statics=Static declarations in inner classes
feature.patterns.in.switch=Patterns in switch
feature.guarded.and.parenthesised.patterns=Guarded and parenthesized patterns
feature.parenthesised.patterns=Parenthesized patterns
feature.pattern.guard.and.record.patterns=Pattern guards and record patterns
feature.record.patterns.in.for.each=Record patterns in for-each loops