OSDN Git Service

am c399a2ca: merge from open-source master
[android-x86/dalvik.git] / tests / 073-mismatched-field / info.txt
1 Test behavior when an instance field is overlapped (through separate
2 compilation) by a static field.  The VM is expected to detect the conflict
3 and throw an IncompatibleClassChangeError when the field is accessed.