mirror of
https://github.com/apple/pkl.git
synced 2026-05-21 14:27:07 +02:00
df38011c9e
codegen-java: - use `pattern.pattern()` instead of `pattern` in hashCode method (consistent with equals method) codegen-kotlin: - use `regex.pattern` instead of `regex` in hashCode method (consistent with equals method) - if a data class has a Regex property, generate not only an equals method but also a hashCode method