Searched refs:otherAsList (Results 1 – 1 of 1) sorted by relevance
83 val otherAsList = anno.getAttributeValues<AnnotationItem>("annotationValue") in annotation with annotation values() constant84 assertEquals(listOf(other), otherAsList) in annotation with annotation values()