mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
- Refactor code to use the following basic Java 17 features: - pattern matching for instanceof - @Serial annotation - switch expressions - enhanced switch statements - StringBuilder.isEmpty() - Replace two switch statements with simpler if statements. - Rename a few local variables.