Home
last modified time | relevance | path

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

/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/annotationitem/
DCommonAnnotationItemTest.kt83 val otherAsList = anno.getAttributeValues<AnnotationItem>("annotationValue") in annotation with annotation values() constant
84 assertEquals(listOf(other), otherAsList) in annotation with annotation values()