aosp12/art/test/073-mismatched-field/info.txt

4 lines
214 B
Plaintext

Test behavior when an instance field is overlapped (through separate
compilation) by a static field. The VM is expected to detect the conflict
and throw an IncompatibleClassChangeError when the field is accessed.