diff options
Diffstat (limited to 'test/046-reflect/expected.txt')
-rw-r--r-- | test/046-reflect/expected.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/046-reflect/expected.txt b/test/046-reflect/expected.txt index fcfaf2f..55b0dbe 100644 --- a/test/046-reflect/expected.txt +++ b/test/046-reflect/expected.txt @@ -81,7 +81,8 @@ Field name is cantTouchThis Field type is int Access flags are 0x11 cantTouchThis is 77 - cantTouchThis is now 99 + as expected: set-final throws exception + cantTouchThis is still 77 public final int Target.cantTouchThis accessible=false public final int Target.cantTouchThis accessible=true cantTouchThis is now 87 |