Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DMainDispatchers.kt65 private val errorHint: String? = null in isMissing() constant in kotlinx.coroutines.internal.MissingMainCoroutineDispatcher
95 …val message = "Module with the Main dispatcher had failed to initialize" + (errorHint?.let { ". $i… in isMissing()