it’s more likely the first case should be failing ...
# squarelibraries
z
it’s more likely the first case should be failing too (that property should be marked as transient)
a
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
No, it cares about all properties. If you had mutable properties those would be allowed too. The only properties excluded are transient properties
👍 1