Searched refs:annotationNames (Results 1 – 5 of 5) sorted by relevance
94 assertThat(annotationNames()).containsExactly("test.pkg.A") in <lambda>()96 assertThat(primitiveMethod.annotationNames()).isEmpty() in <lambda>()102 assertThat(annotationNames()).containsExactly("test.pkg.A") in <lambda>()104 val stringMethodAnnotations = stringMethod.annotationNames() in <lambda>()116 assertThat(annotationNames()).containsExactly("test.pkg.A") in <lambda>()118 assertThat(variableMethod.annotationNames()).isEmpty() in <lambda>()170 assertThat(annotationNames()).containsExactly("test.pkg.A") in <lambda>()172 assertThat(primitiveMethod.annotationNames()).containsExactly("test.pkg.A") in <lambda>()178 assertThat(annotationNames()).containsExactly("test.pkg.A") in <lambda>()182 stringMethod.annotationNames().filter { !isNullnessAnnotation(it.orEmpty()) } in <lambda>()[all …]
95 assertThat(primitive.annotationNames()).containsExactly("test.pkg.A") in foo1()96 assertThat(primitiveMethod.annotationNames()).isEmpty() in foo1()102 assertThat(string.annotationNames()).containsExactly("test.pkg.A") in foo1()103 val stringMethodAnnotations = stringMethod.annotationNames() in foo1()117 assertThat(variable.annotationNames()).containsExactly("test.pkg.A") in foo1()118 assertThat(variableMethod.annotationNames()).isEmpty() in foo1()
67 assertThat(method.annotationNames()) in Test type-use nullability annotation used from Java and Kotlin source()
212 fun TypeItem.annotationNames(): List<String?> { in TypeItem() method217 fun Item.annotationNames(): List<String?> { in Item() method
137 val annotationNames = buildList { in <lambda>() constant155 annotationNameToKeyFactory = annotationNames.associateWith { ::useSourceAsKey } in <lambda>()