Home
last modified time | relevance | path

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

/aosp_15_r20/external/moshi/kotlin/tests/src/test/kotlin/com/squareup/moshi/kotlin/reflect/
H A DKotlinJsonAdapterTest.kt981 MapOfStringToCollectionCodegen::class.java, in <lambda>()
983 MapOfStringToCollectionCodegen(mapOf("key" to listOf())) in <lambda>()
989 data class MapOfStringToCollectionCodegen(val map: Map<String, List<Int>> = mapOf()) in <lambda>() class