Home
last modified time | relevance | path

Searched defs:mutableSet (Results 1 – 2 of 2) sorted by relevance

/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateSetTests.kt130 val mutableSet = original.toMutableSet() in <lambda>() constant
/compose/runtime/runtime-lint/src/test/java/androidx/compose/runtime/lint/
DMutableCollectionMutableStateDetectorTest.kt56 fun mutableSet(): MutableSet<Int> = mutableSetOf() in getDetector() method