Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCoroutineContext.kt55 val hasElementsRight = appendContext.hasCopyableElements() in foldCopies() constant
58 if (!hasElementsLeft && !hasElementsRight) { in foldCopies()
79 if (hasElementsRight) { in foldCopies()