1// Baseline format: 1.0 2GetterSetterNames: androidx.wear.compose.material.PickerState#getCanScrollBackward(): 3 Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename. 4GetterSetterNames: androidx.wear.compose.material.PickerState#getCanScrollForward(): 5 Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename. 6GetterSetterNames: androidx.wear.compose.material.PickerState#repeatItems: 7 Invalid name for boolean property `repeatItems`. Should start with one of `has`, `can`, `should`, `is`. 8