1// Baseline format: 1.0
2GetterSetterNames: androidx.compose.ui.tooling.data.ParameterInformation#compared:
3    Invalid name for boolean property `compared`. Should start with one of `has`, `can`, `should`, `is`.
4GetterSetterNames: androidx.compose.ui.tooling.data.ParameterInformation#fromDefault:
5    Invalid name for boolean property `fromDefault`. Should start with one of `has`, `can`, `should`, `is`.
6GetterSetterNames: androidx.compose.ui.tooling.data.ParameterInformation#stable:
7    Invalid name for boolean property `stable`. Should start with one of `has`, `can`, `should`, `is`.
8GetterSetterNames: androidx.compose.ui.tooling.data.ParameterInformation#static:
9    Invalid name for boolean property `static`. Should start with one of `has`, `can`, `should`, `is`.
10
11
12NullableCollectionElement: androidx.compose.ui.tooling.data.Group#getData():
13    Collection java.util.Collection<java.lang.Object> should not have a nullable element type (java.lang.Object) in method androidx.compose.ui.tooling.data.Group.getData()
14