it’s more likely the first case should be failing too (that property should be marked as transient)
a
ahmad
05/08/2020, 9:20 PM
Shouldn’t the generated code only care about the constructor params?
If the generated adapter doesn’t do anything with other fields why should it fail?
z
Zac Sweers
05/09/2020, 9:49 PM
No, it cares about all properties. If you had mutable properties those would be allowed too. The only properties excluded are transient properties