• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Tests that j.l.r.Field objects survive across redefinitions
2
3We had a bug where java.lang.reflect.Field objects would be invalid after the class of the Field
4they are referencing is redefined. This tests that the bug is fixed.
5