Searched defs:elementAnnotations (Results 1 – 2 of 2) sorted by relevance
777 val elementAnnotations: List<AnnotationItem>?, in <lambda>() constant in com.android.tools.metalava.model.psi.PsiTypePrinterTest.Entry928 val elementAnnotations = entry.elementAnnotations in <lambda>() constant
466 var elementAnnotations = if (nullness != null) { listOf(nullness) } else null in getCanonicalText() variable