blob: a12dc5b747c4291389ac5e72e84e8edef7475655 [file]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 9.0.0-beta02" type="baseline" client="gradle" dependencies="false" name="AGP (9.0.0-beta02)" variant="all" version="9.0.0-beta02">
<issue
id="PrimitiveInCollection"
message="return type ImmutableList&lt;Character> of toImmutableList: replace with IntList"
errorLine1="internal fun CharSequence.toImmutableList(): ImmutableList&lt;Char> = toPersistentList()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/extensions.kt"/>
</issue>
<issue
id="PrimitiveInCollection"
message="return type PersistentList&lt;Character> of toPersistentList: replace with IntList"
errorLine1="internal fun CharSequence.toPersistentList(): PersistentList&lt;Char> ="
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/extensions.kt"/>
</issue>
<issue
id="PrimitiveInCollection"
message="return type PersistentSet&lt;Character> of toImmutableSet: replace with IntSet"
errorLine1="internal fun CharSequence.toImmutableSet(): PersistentSet&lt;Char> = toPersistentSet()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/extensions.kt"/>
</issue>
<issue
id="PrimitiveInCollection"
message="return type PersistentSet&lt;Character> of toPersistentSet: replace with IntSet"
errorLine1="internal fun CharSequence.toPersistentSet(): PersistentSet&lt;Char> ="
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/extensions.kt"/>
</issue>
<issue
id="PrimitiveInCollection"
message="return type PersistentSet&lt;Character> of toPersistentHashSet: replace with IntSet"
errorLine1="internal fun CharSequence.toPersistentHashSet(): PersistentSet&lt;Char> ="
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/extensions.kt"/>
</issue>
</issues>