android_mt6572_jiabo/art/test/073-mismatched-field/info.txt
2025-09-05 16:56:03 +08:00

3 lines
214 B
Text

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.