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

4 lines
214 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:21:32 +08:00
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.