data class PropertyFailureInput<T>
PropertyFailureInput(original: T?, shrunk: T?)
val original: T?
val shrunk: T?