- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testContainsAll_typeMismatch (0.11 seconds)
-
android/guava-tests/test/com/google/common/collect/ContiguousSetTest.java
} } // TODO: https://youtrack.jetbrains.com/issue/KT-71001/ - Enable when Kotlin throws expected CCE. @J2ktIncompatible public void testContainsAll_typeMismatch() { ImmutableSortedSet<Integer> set = ContiguousSet.create(Range.closed(1, 3), integers()); assertFalse(set.containsAll((Collection<?>) ImmutableSet.of("blah"))); } public void testRange() {Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 19.6K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/ContiguousSetTest.java
} } // TODO: https://youtrack.jetbrains.com/issue/KT-71001/ - Enable when Kotlin throws expected CCE. @J2ktIncompatible public void testContainsAll_typeMismatch() { ImmutableSortedSet<Integer> set = ContiguousSet.create(Range.closed(1, 3), integers()); assertFalse(set.containsAll((Collection<?>) ImmutableSet.of("blah"))); } public void testRange() {Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 19.6K bytes - Click Count (0)