Yonatan Karp-Rudin 44a3be170f
fix(kotlin-spring): add missing constructor parentheses for hashmap models (#22029)
* fix(kotlin-spring): add missing constructor parentheses for hashmap models

This commit fixes a bug in the kotlin-spring generator where models
defined with additionalProperties would result in uncompilable code.
The generated data class was missing the constructor invocation '()'
when inheriting from a map type.

This has been corrected to only add parentheses when the parent is a map.

The existing samples have been regenerated to reflect this change.

* Trigger CI
2025-09-27 22:06:05 +08:00
..
2021-08-19 12:24:54 +08:00
2023-03-13 15:46:31 +08:00
2023-03-13 15:46:31 +08:00
2024-01-22 17:59:49 +08:00
2024-01-18 09:05:35 +08:00