1// Baseline format: 1.0
2GetterSetterNames: androidx.compose.ui.test.MainTestClock#autoAdvance:
3    Invalid name for boolean property `autoAdvance`. Should start with one of `has`, `can`, `should`, `is`.
4GetterSetterNames: androidx.compose.ui.test.TestMonotonicFrameClock#getHasAwaiters():
5    Getter for boolean property `hasAwaiters` is named `getHasAwaiters` but should match the property name. Use `@get:JvmName` to rename.
6