1// Baseline format: 1.0
2ConcreteCollection: androidx.constraintlayout.compose.DesignElements#getMap():
3    Return type is concrete collection (`java.util.HashMap`); must be higher-level interface
4ConcreteCollection: androidx.constraintlayout.compose.DesignElements#setMap(java.util.HashMap<java.lang.String,kotlin.jvm.functions.Function2<java.lang.String,java.util.HashMap<java.lang.String,java.lang.String>,kotlin.Unit>>) parameter #0:
5    Parameter type is concrete collection (`java.util.HashMap`); must be higher-level interface
6
7
8GetterSetterNames: androidx.constraintlayout.compose.DebugFlags#showBounds:
9    Invalid name for boolean property `showBounds`. Should start with one of `has`, `can`, `should`, `is`.
10GetterSetterNames: androidx.constraintlayout.compose.DebugFlags#showKeyPositions:
11    Invalid name for boolean property `showKeyPositions`. Should start with one of `has`, `can`, `should`, `is`.
12GetterSetterNames: androidx.constraintlayout.compose.DebugFlags#showPaths:
13    Invalid name for boolean property `showPaths`. Should start with one of `has`, `can`, `should`, `is`.
14