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