- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for multipleElements (0.06 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/TagsTest.kt
} @Test fun singleElement() { val tags = EmptyTags.plus(String::class, "hello") assertThat(tags[String::class]).isEqualTo("hello") } @Test fun multipleElements() { val tags = EmptyTags .plus(String::class, "hello") .plus(Integer::class, 5 as Integer) assertThat(tags[String::class]).isEqualTo("hello")
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Oct 24 11:37:46 GMT 2025 - 7.1K bytes - Click Count (0)