mirror of
https://github.com/apple/pkl.git
synced 2026-04-28 03:07:14 +02: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.