```kotlin assertThat(result).all { hasSize(1) prop(List<>::first) .prop(Vehicle::wheelCount) } ``` Caused some of violations of #142 to fail
assertThat(result).all { hasSize(1) prop(List<>::first) .prop(Vehicle::wheelCount) }Caused some of violations of #142 to fail