Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
H A DChannelReceiveCatchingTest.kt50 val nullElement = channel.receiveCatching() in <lambda>() constant
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/
H A DJsonElementDecodingTest.kt57 …ElementSerializer<T : Any>(private val serializer: KSerializer<T>, val nullElement: T) : KSerializ… constant in kotlinx.serialization.json.JsonElementDecodingTest.NullAsElementSerializer