allwinner_a64/android/art/test/073-mismatched-field/info.txt
2018-08-08 16:48:17 +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.