Aurimas Liutikas | 9c9e029 | 2023-06-28 14:52:06 -0700 | [diff] [blame] | 1 | // Baseline format: 1.0 |
| 2 | GetterSetterNames: androidx.compose.foundation.ScrollState#getCanScrollBackward(): |
| 3 | Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename. |
| 4 | GetterSetterNames: androidx.compose.foundation.ScrollState#getCanScrollForward(): |
| 5 | Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename. |
| 6 | GetterSetterNames: androidx.compose.foundation.gestures.ScrollableState#getCanScrollBackward(): |
| 7 | Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename. |
| 8 | GetterSetterNames: androidx.compose.foundation.gestures.ScrollableState#getCanScrollForward(): |
| 9 | Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename. |
| 10 | GetterSetterNames: androidx.compose.foundation.lazy.LazyListState#getCanScrollBackward(): |
| 11 | Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename. |
| 12 | GetterSetterNames: androidx.compose.foundation.lazy.LazyListState#getCanScrollForward(): |
| 13 | Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename. |
| 14 | GetterSetterNames: androidx.compose.foundation.lazy.grid.LazyGridState#getCanScrollBackward(): |
| 15 | Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename. |
| 16 | GetterSetterNames: androidx.compose.foundation.lazy.grid.LazyGridState#getCanScrollForward(): |
| 17 | Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename. |
| 18 | GetterSetterNames: androidx.compose.foundation.lazy.staggeredgrid.LazyStaggeredGridState#getCanScrollBackward(): |
| 19 | Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename. |
| 20 | GetterSetterNames: androidx.compose.foundation.lazy.staggeredgrid.LazyStaggeredGridState#getCanScrollForward(): |
| 21 | Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename. |
| 22 | GetterSetterNames: androidx.compose.foundation.pager.PagerState#getCanScrollBackward(): |
| 23 | Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename. |
| 24 | GetterSetterNames: androidx.compose.foundation.pager.PagerState#getCanScrollForward(): |
| 25 | Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename. |
| 26 | GetterSetterNames: androidx.compose.foundation.text2.input.TextFieldBufferWithSelection#getHasSelection(): |
| 27 | Getter for boolean property `hasSelection` is named `getHasSelection` but should match the property name. Use `@get:JvmName` to rename. |
| 28 | GetterSetterNames: field KeyboardOptions.autoCorrect: |
| 29 | Invalid name for boolean property `autoCorrect`. Should start with one of `has`, `can`, `should`, `is`. |
| 30 | GetterSetterNames: field LazyGridLayoutInfo.reverseLayout: |
| 31 | Invalid name for boolean property `reverseLayout`. Should start with one of `has`, `can`, `should`, `is`. |
| 32 | GetterSetterNames: field LazyListLayoutInfo.reverseLayout: |
| 33 | Invalid name for boolean property `reverseLayout`. Should start with one of `has`, `can`, `should`, `is`. |