mirror of
https://github.com/corda/corda.git
synced 2025-03-26 05:47:59 +00:00
Looks like the super / sub type inference of setter param vs getter param is the wrong way around. Also, Setter Type should be the generic type, not just the type the property must be a supertype of the setter parameter the getter must be a supertype of the setter parameter