Add change note

This commit is contained in:
Chris Smowton
2023-11-03 16:44:36 +00:00
parent ded8deceaa
commit 023615386b

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Switch cases using patterns and both cases and instanceof expressions using record patterns are now supported. The new class `RecordPatternExpr` is introduced to represent patterns, `PatternCase` and `CaseNullDefault` to represent new kinds of case statement, `InstanceOfExpr` gains `getPattern` to replace `getLocalVariableDeclExpr`.