| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 8.2.0-beta01" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0-beta01)" variant="all" version="8.2.0-beta01"> |
| |
| <issue |
| id="PrimitiveInCollection" |
| message="variable expectedSortedIndex with type List<Integer>: replace with IntList" |
| errorLine1=" val expectedSortedIndex = mutableListOf(0, 1, 2, 3)" |
| errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| <location |
| file="src/jvmMain/kotlin/androidx/compose/ui/tooling/data/SlotTree.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInLambda" |
| message="Use a functional interface instead of lambda syntax for lambdas with primitive values in variable 'expectNumber' with type Function0<? extends Integer>." |
| errorLine1=" fun expectNumber(): Int {" |
| errorLine2=" ^"> |
| <location |
| file="src/jvmMain/kotlin/androidx/compose/ui/tooling/data/SlotTree.kt"/> |
| </issue> |
| |
| <issue |
| id="PrimitiveInLambda" |
| message="Use a functional interface instead of lambda syntax for lambdas with primitive values in variable 'ensureIndexes' with type Function1<? super Integer, ? extends Unit>." |
| errorLine1=" fun ensureIndexes(index: Int) {" |
| errorLine2=" ^"> |
| <location |
| file="src/jvmMain/kotlin/androidx/compose/ui/tooling/data/SlotTree.kt"/> |
| </issue> |
| |
| </issues> |