1// Baseline format: 1.0 2GetterSetterNames: androidx.compose.ui.unit.Constraints#getHasBoundedHeight(): 3 Getter for boolean property `hasBoundedHeight` is named `getHasBoundedHeight` but should match the property name. Use `@get:JvmName` to rename. 4GetterSetterNames: androidx.compose.ui.unit.Constraints#getHasBoundedWidth(): 5 Getter for boolean property `hasBoundedWidth` is named `getHasBoundedWidth` but should match the property name. Use `@get:JvmName` to rename. 6GetterSetterNames: androidx.compose.ui.unit.Constraints#getHasFixedHeight(): 7 Getter for boolean property `hasFixedHeight` is named `getHasFixedHeight` but should match the property name. Use `@get:JvmName` to rename. 8GetterSetterNames: androidx.compose.ui.unit.Constraints#getHasFixedWidth(): 9 Getter for boolean property `hasFixedWidth` is named `getHasFixedWidth` but should match the property name. Use `@get:JvmName` to rename. 10 11 12KotlinOperator: androidx.compose.ui.unit.IntRect#contains(long): 13 Note that adding the `operator` keyword would allow calling this method using operator syntax 14