Home
last modified time | relevance | path

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

/art/test/948-change-annotations/
Dexpected.txt2 Type annotations: [@TestClassAnnotation1(value=hello)]
9 Type annotations: [@TestClassAnnotation1(value=hello)]
13 Type annotations: [@TestClassAnnotation1(value=hello), @TestClassAnnotation2(value=hello2)]
16 Type annotations: [@TestClassAnnotation1(value=hello)]
20 Type annotations: [@TestClassAnnotation1(value=Goodbye)]
/art/test/948-change-annotations/src/
DTransform.java17 @TestClassAnnotation1("hello")
DTestClassAnnotation1.java20 public @ interface TestClassAnnotation1 { annotation