Searched refs:EMPTY_NEW (Results 1 – 1 of 1) sorted by relevance
129 private val _state = atomic<Any?>(if (active) EMPTY_ACTIVE else EMPTY_NEW) in <lambda>()1303 private val EMPTY_NEW = Empty(false) in boxIncomplete() constant