author | mnunez |
Thu, 17 Oct 2013 13:27:36 +0200 | |
changeset 21044 | ffba9cdeff1a |
permissions | -rw-r--r-- |
21044
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
1 |
static interface AnnotationTest$Annos -- inner |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
2 |
AnnotationTest$Annos.foo() |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
3 |
AnnotationTest$Annos.value() |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
4 |
class AnnotationTest -- |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
5 |
AnnotationTest.<init>(i, ji) |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
6 |
AnnotationTest.foo(i, ji) |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
7 |
static interface AnnotationTest$I -- inner |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
8 |
AnnotationTest$I.m(i, ji) |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
9 |
static interface AnnotationTest$Anno -- inner |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
10 |
AnnotationTest$Anno.f() |