blob: 4a15263e418a119233d45da94ae86ae935290a6a [file] [log] [blame]
jeffhao5d1ac922011-09-29 17:41:15 -07001Test behavior when an instance field is overlapped (through separate
2compilation) by a static field. The VM is expected to detect the conflict
3and throw an IncompatibleClassChangeError when the field is accessed.