Home
last modified time | relevance | path

Searched refs:modificationError (Results 1 – 1 of 1) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateList.kt301 private fun modificationError(): Nothing = error("Cannot modify a state list through an iterator") in modificationError() method
466 override fun add(element: T) = modificationError() in listIterator()
477 override fun remove() = modificationError() in listIterator()
479 override fun set(element: T) = modificationError() in listIterator()