kopykat-kt / kopykat

Little utilities for more pleasant immutable data in Kotlin
Other
283 stars 16 forks source link

[Bug] Properties not in primary constructor #32

Closed serras closed 2 years ago

serras commented 2 years ago

Right now we use getAllProperties to create those in the mutable copy or in the copyMap. However, this is wrong, as we should only select those properties coming from the primary constructor.

serras commented 2 years ago

Closed by #33